Html Css Color HEX #086453 Watercourse

📋 copy color: '#086453'

red 8 ◦ green 100 ◦ blue 83

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

Shades of Watercourse #086453

Tints of Watercourse #086453

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.36%

 BLUE value IS 83 (32.81% from 255) = 43.46%

R = 4.19%
G = 52.36%
B = 43.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#086453 (or 0x086453) is known color: Watercourse. HEX triplet: 08, 64 and 53. RGB value is (8,100,83). Sum of RGB (Red+Green+Blue) = 8+100+83=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #086453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086453 is #F79BAC. Grayscale: #464646. Windows color (decimal): -16227245 or 5465096. OLE color: 5465096.

HSL color Cylindrical-coordinate representation of color #086453: hue angle of 168.91º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086453 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 100 83 -
CMYK 0.92 0 0.17 0.61
HSL 168.91º 0.85% 0.21% -
HSV(B) 168.91º 0.92% 0.39% -
XYZ 6.22 9.79 9.75 -
YUV 70.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 8 100 83 0.92 0 0.17 0.61 168.91 0.85 0.21
Hex 8 64 53 5C 0 11 3D A9 55 15
Octal 10 144 123 134 0 21 75 251 125 25
Binary 1000 1100100 1010011 1011100 0 10001 111101 10101001 1010101 10101

Color Harmonies of #086453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086453

Black with #086453

Text Example


Text Example

White with #086453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086453; }

 p { color: rgb(8,100,83); }

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

background-color css

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

 a { background-color: rgb(8,100,83); }

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

border-color css

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

 span { border-color: rgb(8,100,83); }

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