Html Css Color HEX #055723 Crusoe

📋 copy color: '#055723'

red 5 ◦ green 87 ◦ blue 35

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

Shades of Crusoe #055723

Tints of Crusoe #055723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 3.94%
G = 68.5%
B = 27.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#055723 (or 0x055723) is known color: Crusoe. HEX triplet: 05, 57 and 23. RGB value is (5,87,35). Sum of RGB (Red+Green+Blue) = 5+87+35=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 87 (34.38% from 255 or 68.50% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 87 - color contains mainly: green. Hex color #055723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055723 is #FAA8DC. Grayscale: #383838. Windows color (decimal): -16427229 or 2316037. OLE color: 2316037.

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

Color convert

RGB 5 87 35 -
CMYK 0.94 0 0.60 0.66
HSL 141.95º 0.89% 0.18% -
HSV(B) 141.95º 0.94% 0.34% -
XYZ 3.77 6.97 2.74 -
YUV 56.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 5 87 35 0.94 0 0.60 0.66 141.95 0.89 0.18
Hex 5 57 23 5E 0 3C 42 8E 59 12
Octal 5 127 43 136 0 74 102 216 131 22
Binary 101 1010111 100011 1011110 0 111100 1000010 10001110 1011001 10010

Color Harmonies of #055723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055723

Black with #055723

Text Example


Text Example

White with #055723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055723; }

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

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

background-color css

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

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

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

border-color css

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

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

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