Html Css Color HEX #055317 Crusoe

📋 copy color: '#055317'

red 5 ◦ green 83 ◦ blue 23

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

Shades of Crusoe #055317

Tints of Crusoe #055317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 74.77%

 BLUE value IS 23 (9.38% from 255) = 20.72%

R = 4.5%
G = 74.77%
B = 20.72%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#055317 (or 0x055317) is known color: Crusoe. HEX triplet: 05, 53 and 17. RGB value is (5,83,23). Sum of RGB (Red+Green+Blue) = 5+83+23=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #055317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055317 is #FAACE8. Grayscale: #353535. Windows color (decimal): -16428265 or 1528581. OLE color: 1528581.

HSL color Cylindrical-coordinate representation of color #055317: hue angle of 133.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055317 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 83 23 -
CMYK 0.94 0 0.72 0.67
HSL 133.85º 0.89% 0.17% -
HSV(B) 133.85º 0.94% 0.33% -
XYZ 3.31 6.28 1.85 -
YUV 52.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 5 83 23 0.94 0 0.72 0.67 133.85 0.89 0.17
Hex 5 53 17 5E 0 48 43 86 59 11
Octal 5 123 27 136 0 110 103 206 131 21
Binary 101 1010011 10111 1011110 0 1001000 1000011 10000110 1011001 10001

Color Harmonies of #055317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055317

Black with #055317

Text Example


Text Example

White with #055317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055317; }

 p { color: rgb(5,83,23); }

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

background-color css

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

 a { background-color: rgb(5,83,23); }

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

border-color css

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

 span { border-color: rgb(5,83,23); }

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