Html Css Color HEX #055058 Sherpa Blue

📋 copy color: '#055058'

red 5 ◦ green 80 ◦ blue 88

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

Shades of Sherpa Blue #055058

Tints of Sherpa Blue #055058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.87%

R = 2.89%
G = 46.24%
B = 50.87%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#055058 (or 0x055058) is known color: Sherpa Blue. HEX triplet: 05, 50 and 58. RGB value is (5,80,88). Sum of RGB (Red+Green+Blue) = 5+80+88=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #055058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055058 is #FAAFA7. Grayscale: #3A3A3A. Windows color (decimal): -16428968 or 5787653. OLE color: 5787653.

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

Color convert

RGB 5 80 88 -
CMYK 0.94 0.09 0 0.65
HSL 185.78º 0.89% 0.18% -
HSV(B) 185.78º 0.94% 0.35% -
XYZ 4.69 6.47 10.23 -
YUV 58.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 5 80 88 0.94 0.09 0 0.65 185.78 0.89 0.18
Hex 5 50 58 5E 9 0 41 BA 59 12
Octal 5 120 130 136 11 0 101 272 131 22
Binary 101 1010000 1011000 1011110 1001 0 1000001 10111010 1011001 10010

Color Harmonies of #055058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055058

Black with #055058

Text Example


Text Example

White with #055058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055058; }

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

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

background-color css

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

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

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

border-color css

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

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

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