Html Css Color HEX #055613 Crusoe

📋 copy color: '#055613'

red 5 ◦ green 86 ◦ blue 19

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

Shades of Crusoe #055613

Tints of Crusoe #055613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.27%

R = 4.55%
G = 78.18%
B = 17.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#055613 (or 0x055613) is known color: Crusoe. HEX triplet: 05, 56 and 13. RGB value is (5,86,19). Sum of RGB (Red+Green+Blue) = 5+86+19=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 86 (33.98% from 255 or 78.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 86 - color contains mainly: green. Hex color #055613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055613 is #FAA9EC. Grayscale: #363636. Windows color (decimal): -16427501 or 1267205. OLE color: 1267205.

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

Color convert

RGB 5 86 19 -
CMYK 0.94 0 0.78 0.66
HSL 130.37º 0.89% 0.18% -
HSV(B) 130.37º 0.94% 0.34% -
XYZ 3.51 6.73 1.73 -
YUV 54.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 5 86 19 0.94 0 0.78 0.66 130.37 0.89 0.18
Hex 5 56 13 5E 0 4E 42 82 59 12
Octal 5 126 23 136 0 116 102 202 131 22
Binary 101 1010110 10011 1011110 0 1001110 1000010 10000010 1011001 10010

Color Harmonies of #055613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055613

Black with #055613

Text Example


Text Example

White with #055613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055613; }

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

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

background-color css

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

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

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

border-color css

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

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

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