#05525F

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

Shades of Sherpa Blue #05525F

Tints of Sherpa Blue #05525F

Color information

#05525F (or 0x05525F) is unknown color: approx Sherpa Blue. HEX triplet: 05, 52 and 5F. RGB value is (5,82,95). Sum of RGB (Red+Green+Blue) = 5+82+95=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #05525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05525F is #FAADA0. Grayscale: #3C3C3C. Windows color (decimal): -16428449 or 6246917. OLE color: 6246917.

HSL color Cylindrical-coordinate representation of color #05525F: hue angle of 188.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05525F is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB58295-
CMYK0.950.1400.63
HSL188.67º90%19.61%-
HSV(B)188.67º94.74%37.25%-
XYZ5.156.8911.89-
YUV60.46147.4988.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.75%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=2.75%
G=45.05%
B=52.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal582950.950.1400.63188.679019.61
Hex5525F5FE03Fbd5a14
Octal51221371371607727513224
Binary1011010010101111110111111110011111110111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05525F; }

 p { color: rgb(5,82,95); }

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

<style>
 a { background-color: #05525F; }

 a { background-color: rgb(5,82,95); }

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

<style>
 span { border-color: #05525F; }

 span { border-color: rgb(5,82,95); }

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