Html Css Color HEX #509DBF Shakespeare

📋 copy color: '#509DBF'

red 80 ◦ green 157 ◦ blue 191

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

Shades of Shakespeare #509DBF

Tints of Shakespeare #509DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 18.69%
G = 36.68%
B = 44.63%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#509DBF (or 0x509DBF) is known color: Shakespeare. HEX triplet: 50, 9D and BF. RGB value is (80,157,191). Sum of RGB (Red+Green+Blue) = 80+157+191=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #509DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DBF is #AF6240. Grayscale: #898989. Windows color (decimal): -11493953 or 12557648. OLE color: 12557648.

HSL color Cylindrical-coordinate representation of color #509DBF: hue angle of 198.38º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509DBF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 157 191 -
CMYK 0.58 0.18 0 0.25
HSL 198.38º 0.46% 0.53% -
HSV(B) 198.38º 0.58% 0.75% -
XYZ 24.77 29.58 53.69 -
YUV 137.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 80 157 191 0.58 0.18 0 0.25 198.38 0.46 0.53
Hex 50 9D BF 3A 12 0 19 C6 2E 35
Octal 120 235 277 72 22 0 31 306 56 65
Binary 1010000 10011101 10111111 111010 10010 0 11001 11000110 101110 110101

Color Harmonies of #509DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509DBF

Black with #509DBF

Text Example


Text Example

White with #509DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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