Html Css Color HEX #055721 Crusoe

📋 copy color: '#055721'

red 5 ◦ green 87 ◦ blue 33

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

Shades of Crusoe #055721

Tints of Crusoe #055721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.4%

R = 4%
G = 69.6%
B = 26.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#055721 (or 0x055721) is known color: Crusoe. HEX triplet: 05, 57 and 21. RGB value is (5,87,33). Sum of RGB (Red+Green+Blue) = 5+87+33=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #055721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055721 is #FAA8DE. Grayscale: #383838. Windows color (decimal): -16427231 or 2184965. OLE color: 2184965.

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

Color convert

RGB 5 87 33 -
CMYK 0.94 0 0.62 0.66
HSL 140.49º 0.89% 0.18% -
HSV(B) 140.49º 0.94% 0.34% -
XYZ 3.75 6.96 2.58 -
YUV 56.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 5 87 33 0.94 0 0.62 0.66 140.49 0.89 0.18
Hex 5 57 21 5E 0 3E 42 8C 59 12
Octal 5 127 41 136 0 76 102 214 131 22
Binary 101 1010111 100001 1011110 0 111110 1000010 10001100 1011001 10010

Color Harmonies of #055721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055721

Black with #055721

Text Example


Text Example

White with #055721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055721; }

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

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

background-color css

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

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

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

border-color css

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

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

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