#085521

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

Shades of Crusoe #085521

Tints of Crusoe #085521

Color information

#085521 (or 0x085521) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 21. RGB value is (8,85,33). Sum of RGB (Red+Green+Blue) = 8+85+33=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #085521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085521 is #F7AADE. Grayscale: #383838. Windows color (decimal): -16231135 or 2184456. OLE color: 2184456.

HSL color Cylindrical-coordinate representation of color #085521: hue angle of 139.48º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085521 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB88533-
CMYK0.9100.610.67
HSL139.48º82.8%18.24%-
HSV(B)139.48º90.59%33.33%-
XYZ3.626.662.53-
YUV56.05114.9993.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 85 (33.59% from 255) = 67.46%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=6.35%
G=67.46%
B=26.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885330.9100.610.67139.4882.818.24
Hex855215B03D438b5312
Octal101254113307510321312322
Binary1000101010110000110110110111101100001110001011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085521; }

 p { color: rgb(8,85,33); }

 H1.HeaderClassName
 {
   color: #085521;
 }
 .AnyTagClassName
 {
   color: #085521;
 }
</style>
background-color css

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

 a { background-color: rgb(8,85,33); }

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

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

 span { border-color: rgb(8,85,33); }

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