#709CAD

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

Shades of Shakespeare #709CAD

Tints of Shakespeare #709CAD

Color information

#709CAD (or 0x709CAD) is unknown color: approx Shakespeare. HEX triplet: 70, 9C and AD. RGB value is (112,156,173). Sum of RGB (Red+Green+Blue) = 112+156+173=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #709CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CAD is #8F6352. Grayscale: #909090. Windows color (decimal): -9397075 or 11377776. OLE color: 11377776.

HSL color Cylindrical-coordinate representation of color #709CAD: hue angle of 196.72º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709CAD is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112156173-
CMYK0.350.1000.32
HSL196.72º27.11%55.88%-
HSV(B)196.72º35.26%67.84%-
XYZ26.1130.2444-
YUV144.78143.92104.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=25.40%
G=35.37%
B=39.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121561730.350.1000.32196.7227.1155.88
Hex709CAD23A020c51b38
Octal16023425543120403053370
Binary11100001001110010101101100011101001000001100010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709CAD; }

 p { color: rgb(112,156,173); }

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

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

 a { background-color: rgb(112,156,173); }

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

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

 span { border-color: rgb(112,156,173); }

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