Html Css Color HEX #509DB9 Shakespeare

📋 copy color: '#509DB9'

red 80 ◦ green 157 ◦ blue 185

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

Shades of Shakespeare #509DB9

Tints of Shakespeare #509DB9

RGB

 RED value IS 80 (31.64% from 255) = 18.96%

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

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

R = 18.96%
G = 37.2%
B = 43.84%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#509DB9 (or 0x509DB9) is known color: Shakespeare. HEX triplet: 50, 9D and B9. RGB value is (80,157,185). Sum of RGB (Red+Green+Blue) = 80+157+185=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 157 (61.72% from 255 or 37.20% 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 #509DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DB9 is #AF6246. Grayscale: #888888. Windows color (decimal): -11493959 or 12164432. OLE color: 12164432.

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

Color convert

RGB 80 157 185 -
CMYK 0.57 0.15 0 0.27
HSL 196º 0.43% 0.52% -
HSV(B) 196º 0.57% 0.73% -
XYZ 24.12 29.32 50.29 -
YUV 137.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 80 157 185 0.57 0.15 0 0.27 196 0.43 0.52
Hex 50 9D B9 39 F 0 1B C4 2B 34
Octal 120 235 271 71 17 0 33 304 53 64
Binary 1010000 10011101 10111001 111001 1111 0 11011 11000100 101011 110100

Color Harmonies of #509DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DB9

Black with #509DB9

Text Example


Text Example

White with #509DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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