Html Css Color HEX #509EBC Shakespeare

📋 copy color: '#509EBC'

red 80 ◦ green 158 ◦ blue 188

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

Shades of Shakespeare #509EBC

Tints of Shakespeare #509EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 18.78%
G = 37.09%
B = 44.13%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#509EBC (or 0x509EBC) is known color: Shakespeare. HEX triplet: 50, 9E and BC. RGB value is (80,158,188). Sum of RGB (Red+Green+Blue) = 80+158+188=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #509EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EBC is #AF6143. Grayscale: #898989. Windows color (decimal): -11493700 or 12361296. OLE color: 12361296.

HSL color Cylindrical-coordinate representation of color #509EBC: hue angle of 196.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #509EBC is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 158 188 -
CMYK 0.57 0.16 0 0.26
HSL 196.67º 0.45% 0.53% -
HSV(B) 196.67º 0.57% 0.74% -
XYZ 24.61 29.79 52.03 -
YUV 138.1 156.16 86.56 -
System Red Green Blue C M Y K H S L
Decimal 80 158 188 0.57 0.16 0 0.26 196.67 0.45 0.53
Hex 50 9E BC 39 10 0 1A C5 2D 35
Octal 120 236 274 71 20 0 32 305 55 65
Binary 1010000 10011110 10111100 111001 10000 0 11010 11000101 101101 110101

Color Harmonies of #509EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EBC

Black with #509EBC

Text Example


Text Example

White with #509EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,158,188); }

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

background-color css

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

 a { background-color: rgb(80,158,188); }

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

border-color css

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

 span { border-color: rgb(80,158,188); }

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