#085528

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

Shades of Crusoe #085528

Tints of Crusoe #085528

Color information

#085528 (or 0x085528) is unknown color: approx Crusoe. HEX triplet: 08, 55 and 28. RGB value is (8,85,40). Sum of RGB (Red+Green+Blue) = 8+85+40=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #085528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085528 is #F7AAD7. Grayscale: #383838. Windows color (decimal): -16231128 or 2643208. OLE color: 2643208.

HSL color Cylindrical-coordinate representation of color #085528: hue angle of 144.94º 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 #085528 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB88540-
CMYK0.9100.530.67
HSL144.94º82.8%18.24%-
HSV(B)144.94º90.59%33.33%-
XYZ3.736.73.1-
YUV56.85118.4993.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 85 (33.59% from 255) = 63.91%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=6.02%
G=63.91%
B=30.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885400.9100.530.67144.9482.818.24
Hex855285B03543915312
Octal101255013306510322112322
Binary1000101010110100010110110110101100001110010001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085528; }

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

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

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

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

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

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

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

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