#10525A

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

Shades of Sherpa Blue #10525A

Tints of Sherpa Blue #10525A

Color information

#10525A (or 0x10525A) is unknown color: approx Sherpa Blue. HEX triplet: 10, 52 and 5A. RGB value is (16,82,90). Sum of RGB (Red+Green+Blue) = 16+82+90=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #10525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525A is #EFADA5. Grayscale: #3F3F3F. Windows color (decimal): -15707558 or 5919248. OLE color: 5919248.

HSL color Cylindrical-coordinate representation of color #10525A: hue angle of 186.49º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10525A is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB168290-
CMYK0.820.0900.65
HSL186.49º69.81%20.78%-
HSV(B)186.49º82.22%35.29%-
XYZ5.086.8810.73-
YUV63.18143.1394.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=8.51%
G=43.62%
B=47.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1682900.820.0900.65186.4969.8120.78
Hex10525A529041ba4615
Octal2012213212211010127210625
Binary1000010100101011010101001010010100000110111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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