#719BC5

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

Shades of Shakespeare #719BC5

Tints of Shakespeare #719BC5

Color information

#719BC5 (or 0x719BC5) is unknown color: approx Shakespeare. HEX triplet: 71, 9B and C5. RGB value is (113,155,197). Sum of RGB (Red+Green+Blue) = 113+155+197=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #719BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BC5 is #8E643A. Grayscale: #939393. Windows color (decimal): -9331771 or 12950385. OLE color: 12950385.

HSL color Cylindrical-coordinate representation of color #719BC5: hue angle of 210º 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 #719BC5 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB113155197-
CMYK0.430.2100.23
HSL210º42%60.78%-
HSV(B)210º42.64%77.25%-
XYZ28.6130.9857.3-
YUV147.23156.09103.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.30%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 197 (77.34% from 255) = 42.37%
R=24.30%
G=33.33%
B=42.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1131551970.430.2100.232104260.78
Hex719BC52B15017d22a3d
Octal16123330553250273225275
Binary111000110011011110001011010111010101011111010010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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