Html Css Color HEX #519DB9 Shakespeare

📋 copy color: '#519DB9'

red 81 ◦ green 157 ◦ blue 185

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

Shades of Shakespeare #519DB9

Tints of Shakespeare #519DB9

RGB

 RED value IS 81 (32.03% from 255) = 19.15%

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 19.15%
G = 37.12%
B = 43.74%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#519DB9 (or 0x519DB9) is known color: Shakespeare. HEX triplet: 51, 9D and B9. RGB value is (81,157,185). Sum of RGB (Red+Green+Blue) = 81+157+185=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #519DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DB9 is #AE6246. Grayscale: #898989. Windows color (decimal): -11428423 or 12164433. OLE color: 12164433.

HSL color Cylindrical-coordinate representation of color #519DB9: hue angle of 196.15º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519DB9 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 157 185 -
CMYK 0.56 0.15 0 0.27
HSL 196.15º 0.43% 0.52% -
HSV(B) 196.15º 0.56% 0.73% -
XYZ 24.21 29.37 50.29 -
YUV 137.47 154.82 87.72 -
System Red Green Blue C M Y K H S L
Decimal 81 157 185 0.56 0.15 0 0.27 196.15 0.43 0.52
Hex 51 9D B9 38 F 0 1B C4 2B 34
Octal 121 235 271 70 17 0 33 304 53 64
Binary 1010001 10011101 10111001 111000 1111 0 11011 11000100 101011 110100

Color Harmonies of #519DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DB9

Black with #519DB9

Text Example


Text Example

White with #519DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519DB9; }

 p { color: rgb(81,157,185); }

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

background-color css

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

 a { background-color: rgb(81,157,185); }

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

border-color css

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

 span { border-color: rgb(81,157,185); }

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