Html Css Color HEX #519CB9 Shakespeare

📋 copy color: '#519CB9'

red 81 ◦ green 156 ◦ blue 185

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

Shades of Shakespeare #519CB9

Tints of Shakespeare #519CB9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.97%

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

R = 19.19%
G = 36.97%
B = 43.84%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#519CB9 (or 0x519CB9) is known color: Shakespeare. HEX triplet: 51, 9C and B9. RGB value is (81,156,185). Sum of RGB (Red+Green+Blue) = 81+156+185=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #519CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CB9 is #AE6346. Grayscale: #888888. Windows color (decimal): -11428679 or 12164177. OLE color: 12164177.

HSL color Cylindrical-coordinate representation of color #519CB9: hue angle of 196.73º 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 #519CB9 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 156 185 -
CMYK 0.56 0.16 0 0.27
HSL 196.73º 0.43% 0.52% -
HSV(B) 196.73º 0.56% 0.73% -
XYZ 24.04 29.03 50.24 -
YUV 136.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 81 156 185 0.56 0.16 0 0.27 196.73 0.43 0.52
Hex 51 9C B9 38 10 0 1B C5 2B 34
Octal 121 234 271 70 20 0 33 305 53 64
Binary 1010001 10011100 10111001 111000 10000 0 11011 11000101 101011 110100

Color Harmonies of #519CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519CB9

Black with #519CB9

Text Example


Text Example

White with #519CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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