#719BAE

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

Shades of Shakespeare #719BAE

Tints of Shakespeare #719BAE

Color information

#719BAE (or 0x719BAE) is unknown color: approx Shakespeare. HEX triplet: 71, 9B and AE. RGB value is (113,155,174). Sum of RGB (Red+Green+Blue) = 113+155+174=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #719BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BAE is #8E6451. Grayscale: #909090. Windows color (decimal): -9331794 or 11443057. OLE color: 11443057.

HSL color Cylindrical-coordinate representation of color #719BAE: hue angle of 198.69º 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 #719BAE is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113155174-
CMYK0.350.1100.32
HSL198.69º27.35%56.27%-
HSV(B)198.69º35.06%68.24%-
XYZ26.1730.0144.46-
YUV144.61144.59105.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.57%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=25.57%
G=35.07%
B=39.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131551740.350.1100.32198.6927.3556.27
Hex719BAE23B020c71b38
Octal16123325643130403073370
Binary11100011001101110101110100011101101000001100011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719BAE; }

 p { color: rgb(113,155,174); }

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

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

 a { background-color: rgb(113,155,174); }

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

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

 span { border-color: rgb(113,155,174); }

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