#055317

Color #055317 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #055317

Tints of Crusoe #055317

Color information

#055317 (or 0x055317) is unknown color: approx 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

RGB58323-
CMYK0.9400.720.67
HSL133.85º88.64%17.25%-
HSV(B)133.85º93.98%32.55%-
XYZ3.316.281.85-
YUV52.84111.1693.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 83 (32.81% from 255) = 74.77%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=4.50%
G=74.77%
B=20.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583230.9400.720.67133.8588.6417.25
Hex553175E04843865911
Octal512327136011010320613121
Binary101101001110111101111001001000100001110000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>