Html Css Color HEX #055358 Sherpa Blue

📋 copy color: '#055358'

red 5 ◦ green 83 ◦ blue 88

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

Shades of Sherpa Blue #055358

Tints of Sherpa Blue #055358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

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

R = 2.84%
G = 47.16%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#055358 (or 0x055358) is known color: Sherpa Blue. HEX triplet: 05, 53 and 58. RGB value is (5,83,88). Sum of RGB (Red+Green+Blue) = 5+83+88=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #055358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055358 is #FAACA7. Grayscale: #3C3C3C. Windows color (decimal): -16428200 or 5788421. OLE color: 5788421.

HSL color Cylindrical-coordinate representation of color #055358: hue angle of 183.61º 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 #055358 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 83 88 -
CMYK 0.94 0.06 0 0.65
HSL 183.61º 0.89% 0.18% -
HSV(B) 183.61º 0.94% 0.35% -
XYZ 4.92 6.92 10.31 -
YUV 60.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 5 83 88 0.94 0.06 0 0.65 183.61 0.89 0.18
Hex 5 53 58 5E 6 0 41 B8 59 12
Octal 5 123 130 136 6 0 101 270 131 22
Binary 101 1010011 1011000 1011110 110 0 1000001 10111000 1011001 10010

Color Harmonies of #055358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055358

Black with #055358

Text Example


Text Example

White with #055358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055358; }

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

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

background-color css

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

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

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

border-color css

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

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

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