#10525B

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

Shades of Sherpa Blue #10525B

Tints of Sherpa Blue #10525B

Color information

#10525B (or 0x10525B) is unknown color: approx Sherpa Blue. HEX triplet: 10, 52 and 5B. RGB value is (16,82,91). Sum of RGB (Red+Green+Blue) = 16+82+91=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #10525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10525B is #EFADA4. Grayscale: #3F3F3F. Windows color (decimal): -15707557 or 5984784. OLE color: 5984784.

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

Color convert

RGB168291-
CMYK0.820.1000.64
HSL187.2º70.09%20.98%-
HSV(B)187.2º82.42%35.69%-
XYZ5.126.910.96-
YUV63.29143.6394.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=8.47%
G=43.39%
B=48.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1682910.820.1000.64187.270.0920.98
Hex10525B52A040bb4615
Octal2012213312212010027310625
Binary1000010100101011011101001010100100000010111011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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