Html Css Color HEX #055715 Crusoe

📋 copy color: '#055715'

red 5 ◦ green 87 ◦ blue 21

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

Shades of Crusoe #055715

Tints of Crusoe #055715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.58%

R = 4.42%
G = 76.99%
B = 18.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#055715 (or 0x055715) is known color: Crusoe. HEX triplet: 05, 57 and 15. RGB value is (5,87,21). Sum of RGB (Red+Green+Blue) = 5+87+21=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 87 (34.38% from 255 or 76.99% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 87 - color contains mainly: green. Hex color #055715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055715 is #FAA8EA. Grayscale: #373737. Windows color (decimal): -16427243 or 1398533. OLE color: 1398533.

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

Color convert

RGB 5 87 21 -
CMYK 0.94 0 0.76 0.66
HSL 131.71º 0.89% 0.18% -
HSV(B) 131.71º 0.94% 0.34% -
XYZ 3.61 6.9 1.85 -
YUV 54.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 5 87 21 0.94 0 0.76 0.66 131.71 0.89 0.18
Hex 5 57 15 5E 0 4C 42 84 59 12
Octal 5 127 25 136 0 114 102 204 131 22
Binary 101 1010111 10101 1011110 0 1001100 1000010 10000100 1011001 10010

Color Harmonies of #055715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055715

Black with #055715

Text Example


Text Example

White with #055715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055715; }

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

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

background-color css

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

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

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

border-color css

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

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

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