#055252

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

Shades of Sherpa Blue #055252

Tints of Sherpa Blue #055252

Color information

#055252 (or 0x055252) is unknown color: approx Sherpa Blue. HEX triplet: 05, 52 and 52. RGB value is (5,82,82). Sum of RGB (Red+Green+Blue) = 5+82+82=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #055252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055252 is #FAADAD. Grayscale: #3A3A3A. Windows color (decimal): -16428462 or 5394949. OLE color: 5394949.

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

Color convert

RGB58282-
CMYK0.94000.68
HSL180º88.51%17.06%-
HSV(B)180º93.9%32.16%-
XYZ4.66.689.03-
YUV58.98140.9989.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 82 (32.42% from 255) = 48.52%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=2.96%
G=48.52%
B=48.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582820.94000.6818088.5117.06
Hex552525E0044b45911
Octal51221221360010426413121
Binary10110100101010010101111000100010010110100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055252; }

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

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

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

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

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

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

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

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