#719EC5

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

Shades of Shakespeare #719EC5

Tints of Shakespeare #719EC5

Color information

#719EC5 (or 0x719EC5) is unknown color: approx Shakespeare. HEX triplet: 71, 9E and C5. RGB value is (113,158,197). Sum of RGB (Red+Green+Blue) = 113+158+197=468 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.15% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #719EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EC5 is #8E613A. Grayscale: #949494. Windows color (decimal): -9331003 or 12951153. OLE color: 12951153.

HSL color Cylindrical-coordinate representation of color #719EC5: hue angle of 207.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #719EC5 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB113158197-
CMYK0.430.2000.23
HSL207.86º42%60.78%-
HSV(B)207.86º42.64%77.25%-
XYZ29.113257.46-
YUV148.99155.09102.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.15%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=24.15%
G=33.76%
B=42.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131581970.430.2000.23207.864260.78
Hex719EC52B14017d02a3d
Octal16123630553240273205275
Binary111000110011110110001011010111010001011111010000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,158,197); }

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

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

 a { background-color: rgb(113,158,197); }

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

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

 span { border-color: rgb(113,158,197); }

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