Html Css Color HEX #055255 Sherpa Blue

📋 copy color: '#055255'

red 5 ◦ green 82 ◦ blue 85

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

Shades of Sherpa Blue #055255

Tints of Sherpa Blue #055255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 2.91%
G = 47.67%
B = 49.42%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#055255 (or 0x055255) is known color: Sherpa Blue. HEX triplet: 05, 52 and 55. RGB value is (5,82,85). Sum of RGB (Red+Green+Blue) = 5+82+85=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #055255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055255 is #FAADAA. Grayscale: #3B3B3B. Windows color (decimal): -16428459 or 5591557. OLE color: 5591557.

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

Color convert

RGB 5 82 85 -
CMYK 0.94 0.04 0 0.67
HSL 182.25º 0.89% 0.18% -
HSV(B) 182.25º 0.94% 0.33% -
XYZ 4.72 6.72 9.64 -
YUV 59.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 5 82 85 0.94 0.04 0 0.67 182.25 0.89 0.18
Hex 5 52 55 5E 4 0 43 B6 59 12
Octal 5 122 125 136 4 0 103 266 131 22
Binary 101 1010010 1010101 1011110 100 0 1000011 10110110 1011001 10010

Color Harmonies of #055255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055255

Black with #055255

Text Example


Text Example

White with #055255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055255; }

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

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

background-color css

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

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

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

border-color css

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

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

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