Html Css Color HEX #05561E Crusoe

📋 copy color: '#05561E'

red 5 ◦ green 86 ◦ blue 30

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

Shades of Crusoe #05561E

Tints of Crusoe #05561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 4.13%
G = 71.07%
B = 24.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#05561E (or 0x05561E) is known color: Crusoe. HEX triplet: 05, 56 and 1E. RGB value is (5,86,30). Sum of RGB (Red+Green+Blue) = 5+86+30=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #05561E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05561E is #FAA9E1. Grayscale: #373737. Windows color (decimal): -16427490 or 1988101. OLE color: 1988101.

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

Color convert

RGB 5 86 30 -
CMYK 0.94 0 0.65 0.66
HSL 138.52º 0.89% 0.18% -
HSV(B) 138.52º 0.94% 0.34% -
XYZ 3.62 6.78 2.35 -
YUV 55.4 113.66 92.05 -
System Red Green Blue C M Y K H S L
Decimal 5 86 30 0.94 0 0.65 0.66 138.52 0.89 0.18
Hex 5 56 1E 5E 0 41 42 8B 59 12
Octal 5 126 36 136 0 101 102 213 131 22
Binary 101 1010110 11110 1011110 0 1000001 1000010 10001011 1011001 10010

Color Harmonies of #05561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05561E

Black with #05561E

Text Example


Text Example

White with #05561E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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