Html Css Color HEX #055627 Crusoe

📋 copy color: '#055627'

red 5 ◦ green 86 ◦ blue 39

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

Shades of Crusoe #055627

Tints of Crusoe #055627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 66.15%

 BLUE value IS 39 (15.63% from 255) = 30%

R = 3.85%
G = 66.15%
B = 30%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#055627 (or 0x055627) is known color: Crusoe. HEX triplet: 05, 56 and 27. RGB value is (5,86,39). Sum of RGB (Red+Green+Blue) = 5+86+39=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #055627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055627 is #FAA9D8. Grayscale: #383838. Windows color (decimal): -16427481 or 2577925. OLE color: 2577925.

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

Color convert

RGB 5 86 39 -
CMYK 0.94 0 0.55 0.66
HSL 145.19º 0.89% 0.18% -
HSV(B) 145.19º 0.94% 0.34% -
XYZ 3.76 6.83 3.04 -
YUV 56.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 5 86 39 0.94 0 0.55 0.66 145.19 0.89 0.18
Hex 5 56 27 5E 0 37 42 91 59 12
Octal 5 126 47 136 0 67 102 221 131 22
Binary 101 1010110 100111 1011110 0 110111 1000010 10010001 1011001 10010

Color Harmonies of #055627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055627

Black with #055627

Text Example


Text Example

White with #055627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055627; }

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

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

background-color css

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

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

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

border-color css

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

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

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