Html Css Color HEX #055617 Crusoe

📋 copy color: '#055617'

red 5 ◦ green 86 ◦ blue 23

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

Shades of Crusoe #055617

Tints of Crusoe #055617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 4.39%
G = 75.44%
B = 20.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#055617 (or 0x055617) is known color: Crusoe. HEX triplet: 05, 56 and 17. RGB value is (5,86,23). Sum of RGB (Red+Green+Blue) = 5+86+23=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 86 (33.98% from 255 or 75.44% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 86 - color contains mainly: green. Hex color #055617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055617 is #FAA9E8. Grayscale: #363636. Windows color (decimal): -16427497 or 1529349. OLE color: 1529349.

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

Color convert

RGB 5 86 23 -
CMYK 0.94 0 0.73 0.66
HSL 133.33º 0.89% 0.18% -
HSV(B) 133.33º 0.94% 0.34% -
XYZ 3.55 6.75 1.93 -
YUV 54.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 5 86 23 0.94 0 0.73 0.66 133.33 0.89 0.18
Hex 5 56 17 5E 0 49 42 85 59 12
Octal 5 126 27 136 0 111 102 205 131 22
Binary 101 1010110 10111 1011110 0 1001001 1000010 10000101 1011001 10010

Color Harmonies of #055617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055617

Black with #055617

Text Example


Text Example

White with #055617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055617; }

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

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

background-color css

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

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

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

border-color css

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

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

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