#087355

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

Shades of Watercourse #087355

Tints of Watercourse #087355

Color information

#087355 (or 0x087355) is unknown color: approx Watercourse. HEX triplet: 08, 73 and 55. RGB value is (8,115,85). Sum of RGB (Red+Green+Blue) = 8+115+85=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #087355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087355 is #F78CAA. Grayscale: #4F4F4F. Windows color (decimal): -16223403 or 5600008. OLE color: 5600008.

HSL color Cylindrical-coordinate representation of color #087355: hue angle of 163.18º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087355 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB811585-
CMYK0.9300.260.55
HSL163.18º86.99%24.12%-
HSV(B)163.18º93.04%45.1%-
XYZ7.8712.9710.68-
YUV79.59131.0576.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.85%
GREEN value IS 115 (45.31% from 255) = 55.29%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=3.85%
G=55.29%
B=40.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8115850.9300.260.55163.1886.9924.12
Hex873555D01A37a35718
Octal101631251350326724312730
Binary100011100111010101101110101101011011110100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087355; }

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

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

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

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

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

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

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

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