#10525C

Color #10525C Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #10525C

Tints of Sherpa Blue #10525C

Color information

#10525C (or 0x10525C) is unknown color: approx Sherpa Blue. HEX triplet: 10, 52 and 5C. RGB value is (16,82,92). Sum of RGB (Red+Green+Blue) = 16+82+92=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #10525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525C is #EFADA3. Grayscale: #3F3F3F. Windows color (decimal): -15707556 or 6050320. OLE color: 6050320.

HSL color Cylindrical-coordinate representation of color #10525C: hue angle of 187.89º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10525C is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB168292-
CMYK0.830.1100.64
HSL187.89º70.37%21.18%-
HSV(B)187.89º82.61%36.08%-
XYZ5.166.9211.19-
YUV63.41144.1394.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 8.42%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=8.42%
G=43.16%
B=48.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1682920.830.1100.64187.8970.3721.18
Hex10525C53B040bc4615
Octal2012213412313010027410625
Binary1000010100101011100101001110110100000010111100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10525C; }

 p { color: rgb(16,82,92); }

 H1.HeaderClassName
 {
   color: #10525C;
 }
 .AnyTagClassName
 {
   color: #10525C;
 }
</style>
background-color css

<style>
 a { background-color: #10525C; }

 a { background-color: rgb(16,82,92); }

 div.DivClassName
 {
   background-color: #10525C;
 }
 .BgClassName
 {
   background-color: #10525C;
 }
</style>
border-color css

<style>
 span { border-color: #10525C; }

 span { border-color: rgb(16,82,92); }

 td.TdClassName
 {
   border-color: #10525C;
 }
 .TagClassName
 {
   border-color: #10525C;
 }
</style>