Html Css Color HEX #708589 Gothic

📋 copy color: '#708589'

red 112 ◦ green 133 ◦ blue 137

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

Shades of Gothic #708589

Tints of Gothic #708589

RGB

 RED value IS 112 (44.14% from 255) = 29.32%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 137 (53.91% from 255) = 35.86%

R = 29.32%
G = 34.82%
B = 35.86%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#708589 (or 0x708589) is known color: Gothic. HEX triplet: 70, 85 and 89. RGB value is (112,133,137). Sum of RGB (Red+Green+Blue) = 112+133+137=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #708589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708589 is #8F7A76. Grayscale: #7F7F7F. Windows color (decimal): -9402999 or 9012592. OLE color: 9012592.

HSL color Cylindrical-coordinate representation of color #708589: hue angle of 189.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708589 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 133 137 -
CMYK 0.18 0.03 0 0.46
HSL 189.6º 0.1% 0.49% -
HSV(B) 189.6º 0.18% 0.54% -
XYZ 19.58 22.03 26.89 -
YUV 127.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 112 133 137 0.18 0.03 0 0.46 189.6 0.1 0.49
Hex 70 85 89 12 3 0 2E BE A 31
Octal 160 205 211 22 3 0 56 276 12 61
Binary 1110000 10000101 10001001 10010 11 0 101110 10111110 1010 110001

Color Harmonies of #708589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708589

Black with #708589

Text Example


Text Example

White with #708589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708589; }

 p { color: rgb(112,133,137); }

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

background-color css

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

 a { background-color: rgb(112,133,137); }

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

border-color css

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

 span { border-color: rgb(112,133,137); }

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