Html Css Color HEX #05561C Crusoe

📋 copy color: '#05561C'

red 5 ◦ green 86 ◦ blue 28

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

Shades of Crusoe #05561C

Tints of Crusoe #05561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.53%

R = 4.2%
G = 72.27%
B = 23.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#05561C (or 0x05561C) is known color: Crusoe. HEX triplet: 05, 56 and 1C. RGB value is (5,86,28). Sum of RGB (Red+Green+Blue) = 5+86+28=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 86 (33.98% from 255 or 72.27% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 86 - color contains mainly: green. Hex color #05561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05561C is #FAA9E3. Grayscale: #373737. Windows color (decimal): -16427492 or 1857029. OLE color: 1857029.

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

Color convert

RGB 5 86 28 -
CMYK 0.94 0 0.67 0.66
HSL 137.04º 0.89% 0.18% -
HSV(B) 137.04º 0.94% 0.34% -
XYZ 3.6 6.77 2.22 -
YUV 55.17 112.66 92.22 -
System Red Green Blue C M Y K H S L
Decimal 5 86 28 0.94 0 0.67 0.66 137.04 0.89 0.18
Hex 5 56 1C 5E 0 43 42 89 59 12
Octal 5 126 34 136 0 103 102 211 131 22
Binary 101 1010110 11100 1011110 0 1000011 1000010 10001001 1011001 10010

Color Harmonies of #05561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05561C

Black with #05561C

Text Example


Text Example

White with #05561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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