#055452

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

Shades of Sherpa Blue #055452

Tints of Sherpa Blue #055452

Color information

#055452 (or 0x055452) is unknown color: approx Sherpa Blue. HEX triplet: 05, 54 and 52. RGB value is (5,84,82). Sum of RGB (Red+Green+Blue) = 5+84+82=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #055452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055452 is #FAABAD. Grayscale: #3C3C3C. Windows color (decimal): -16427950 or 5395461. OLE color: 5395461.

HSL color Cylindrical-coordinate representation of color #055452: hue angle of 178.48º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055452 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB58482-
CMYK0.9400.020.67
HSL178.48º88.76%17.45%-
HSV(B)178.48º94.05%32.94%-
XYZ4.766.989.08-
YUV60.15140.3388.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=2.92%
G=49.12%
B=47.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584820.9400.020.67178.4888.7617.45
Hex554525E0243b25911
Octal51241221360210326213121
Binary101101010010100101011110010100001110110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055452; }

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

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

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

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

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

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

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

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