Html Css Color HEX #05571C Crusoe

📋 copy color: '#05571C'

red 5 ◦ green 87 ◦ blue 28

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

Shades of Crusoe #05571C

Tints of Crusoe #05571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 72.5%

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

R = 4.17%
G = 72.5%
B = 23.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#05571C (or 0x05571C) is known color: Crusoe. HEX triplet: 05, 57 and 1C. RGB value is (5,87,28). Sum of RGB (Red+Green+Blue) = 5+87+28=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #05571C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05571C is #FAA8E3. Grayscale: #373737. Windows color (decimal): -16427236 or 1857285. OLE color: 1857285.

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

Color convert

RGB 5 87 28 -
CMYK 0.94 0 0.68 0.66
HSL 136.83º 0.89% 0.18% -
HSV(B) 136.83º 0.94% 0.34% -
XYZ 3.68 6.93 2.24 -
YUV 55.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 5 87 28 0.94 0 0.68 0.66 136.83 0.89 0.18
Hex 5 57 1C 5E 0 44 42 89 59 12
Octal 5 127 34 136 0 104 102 211 131 22
Binary 101 1010111 11100 1011110 0 1000100 1000010 10001001 1011001 10010

Color Harmonies of #05571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05571C

Black with #05571C

Text Example


Text Example

White with #05571C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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