Html Css Color HEX #05561D Crusoe

📋 copy color: '#05561D'

red 5 ◦ green 86 ◦ blue 29

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

Shades of Crusoe #05561D

Tints of Crusoe #05561D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 4.17%
G = 71.67%
B = 24.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#05561D (or 0x05561D) is known color: Crusoe. HEX triplet: 05, 56 and 1D. RGB value is (5,86,29). Sum of RGB (Red+Green+Blue) = 5+86+29=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #05561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05561D is #FAA9E2. Grayscale: #373737. Windows color (decimal): -16427491 or 1922565. OLE color: 1922565.

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

Color convert

RGB 5 86 29 -
CMYK 0.94 0 0.66 0.66
HSL 137.78º 0.89% 0.18% -
HSV(B) 137.78º 0.94% 0.34% -
XYZ 3.61 6.78 2.28 -
YUV 55.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 5 86 29 0.94 0 0.66 0.66 137.78 0.89 0.18
Hex 5 56 1D 5E 0 42 42 8A 59 12
Octal 5 126 35 136 0 102 102 212 131 22
Binary 101 1010110 11101 1011110 0 1000010 1000010 10001010 1011001 10010

Color Harmonies of #05561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05561D

Black with #05561D

Text Example


Text Example

White with #05561D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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