Html Css Color HEX #05561A Crusoe

📋 copy color: '#05561A'

red 5 ◦ green 86 ◦ blue 26

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

Shades of Crusoe #05561A

Tints of Crusoe #05561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.22%

R = 4.27%
G = 73.5%
B = 22.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#05561A (or 0x05561A) is known color: Crusoe. HEX triplet: 05, 56 and 1A. RGB value is (5,86,26). Sum of RGB (Red+Green+Blue) = 5+86+26=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 86 (33.98% from 255 or 73.50% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 86 - color contains mainly: green. Hex color #05561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05561A is #FAA9E5. Grayscale: #373737. Windows color (decimal): -16427494 or 1725957. OLE color: 1725957.

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

Color convert

RGB 5 86 26 -
CMYK 0.94 0 0.70 0.66
HSL 135.56º 0.89% 0.18% -
HSV(B) 135.56º 0.94% 0.34% -
XYZ 3.58 6.76 2.09 -
YUV 54.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 5 86 26 0.94 0 0.70 0.66 135.56 0.89 0.18
Hex 5 56 1A 5E 0 46 42 88 59 12
Octal 5 126 32 136 0 106 102 210 131 22
Binary 101 1010110 11010 1011110 0 1000110 1000010 10001000 1011001 10010

Color Harmonies of #05561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05561A

Black with #05561A

Text Example


Text Example

White with #05561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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