Html Css Color HEX #085532 Crusoe

📋 copy color: '#085532'

red 8 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #085532

Tints of Crusoe #085532

RGB

 RED value IS 8 (3.52% from 255) = 5.59%

 GREEN value IS 85 (33.59% from 255) = 59.44%

 BLUE value IS 50 (19.92% from 255) = 34.97%

R = 5.59%
G = 59.44%
B = 34.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#085532 (or 0x085532) is known color: Crusoe. HEX triplet: 08, 55 and 32. RGB value is (8,85,50). Sum of RGB (Red+Green+Blue) = 8+85+50=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #085532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085532 is #F7AACD. Grayscale: #3A3A3A. Windows color (decimal): -16231118 or 3298568. OLE color: 3298568.

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

Color convert

RGB 8 85 50 -
CMYK 0.91 0 0.41 0.67
HSL 152.73º 0.83% 0.18% -
HSV(B) 152.73º 0.91% 0.33% -
XYZ 3.92 6.78 4.12 -
YUV 57.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 8 85 50 0.91 0 0.41 0.67 152.73 0.83 0.18
Hex 8 55 32 5B 0 29 43 99 53 12
Octal 10 125 62 133 0 51 103 231 123 22
Binary 1000 1010101 110010 1011011 0 101001 1000011 10011001 1010011 10010

Color Harmonies of #085532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085532

Black with #085532

Text Example


Text Example

White with #085532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085532; }

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

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

background-color css

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

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

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

border-color css

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

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

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