Html Css Color HEX #055057 Sherpa Blue

📋 copy color: '#055057'

red 5 ◦ green 80 ◦ blue 87

#055057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #055057

Tints of Sherpa Blue #055057

RGB

 RED value IS 5 (2.34% from 255) = 2.91%

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 87 (34.38% from 255) = 50.58%

R = 2.91%
G = 46.51%
B = 50.58%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#055057 (or 0x055057) is known color: Sherpa Blue. HEX triplet: 05, 50 and 57. RGB value is (5,80,87). Sum of RGB (Red+Green+Blue) = 5+80+87=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 87 (34.38% from 255 or 50.58% from 172); Max value from RGB is 87 - color contains mainly: blue. Hex color #055057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055057 is #FAAFA8. Grayscale: #3A3A3A. Windows color (decimal): -16428969 or 5722117. OLE color: 5722117.

HSL color Cylindrical-coordinate representation of color #055057: hue angle of 185.12º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055057 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 80 87 -
CMYK 0.94 0.08 0 0.66
HSL 185.12º 0.89% 0.18% -
HSV(B) 185.12º 0.94% 0.34% -
XYZ 4.65 6.46 10.02 -
YUV 58.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 5 80 87 0.94 0.08 0 0.66 185.12 0.89 0.18
Hex 5 50 57 5E 8 0 42 B9 59 12
Octal 5 120 127 136 10 0 102 271 131 22
Binary 101 1010000 1010111 1011110 1000 0 1000010 10111001 1011001 10010

Color Harmonies of #055057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055057

Black with #055057

Text Example


Text Example

White with #055057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055057; }

 p { color: rgb(5,80,87); }

 H1.HeaderClassName
 {
   color: #055057;
 }
 .AnyTagClassName
 {
   color: #055057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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