Html Css Color HEX #055256 Sherpa Blue

📋 copy color: '#055256'

red 5 ◦ green 82 ◦ blue 86

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

Shades of Sherpa Blue #055256

Tints of Sherpa Blue #055256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 2.89%
G = 47.4%
B = 49.71%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#055256 (or 0x055256) is known color: Sherpa Blue. HEX triplet: 05, 52 and 56. RGB value is (5,82,86). Sum of RGB (Red+Green+Blue) = 5+82+86=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #055256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055256 is #FAADA9. Grayscale: #3B3B3B. Windows color (decimal): -16428458 or 5657093. OLE color: 5657093.

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

Color convert

RGB 5 82 86 -
CMYK 0.94 0.05 0 0.66
HSL 182.96º 0.89% 0.18% -
HSV(B) 182.96º 0.94% 0.34% -
XYZ 4.76 6.74 9.85 -
YUV 59.43 142.99 89.17 -
System Red Green Blue C M Y K H S L
Decimal 5 82 86 0.94 0.05 0 0.66 182.96 0.89 0.18
Hex 5 52 56 5E 5 0 42 B7 59 12
Octal 5 122 126 136 5 0 102 267 131 22
Binary 101 1010010 1010110 1011110 101 0 1000010 10110111 1011001 10010

Color Harmonies of #055256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055256

Black with #055256

Text Example


Text Example

White with #055256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055256; }

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

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

background-color css

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

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

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

border-color css

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

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

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