Html Css Color HEX #509EBA Shakespeare

📋 copy color: '#509EBA'

red 80 ◦ green 158 ◦ blue 186

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

Shades of Shakespeare #509EBA

Tints of Shakespeare #509EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 18.87%
G = 37.26%
B = 43.87%

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

#509EBA (or 0x509EBA) is known color: Shakespeare. HEX triplet: 50, 9E and BA. RGB value is (80,158,186). Sum of RGB (Red+Green+Blue) = 80+158+186=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #509EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EBA is #AF6145. Grayscale: #898989. Windows color (decimal): -11493702 or 12230224. OLE color: 12230224.

HSL color Cylindrical-coordinate representation of color #509EBA: hue angle of 195.85º 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 #509EBA is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 158 186 -
CMYK 0.57 0.15 0 0.27
HSL 195.85º 0.43% 0.52% -
HSV(B) 195.85º 0.57% 0.73% -
XYZ 24.4 29.7 50.9 -
YUV 137.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 80 158 186 0.57 0.15 0 0.27 195.85 0.43 0.52
Hex 50 9E BA 39 F 0 1B C4 2B 34
Octal 120 236 272 71 17 0 33 304 53 64
Binary 1010000 10011110 10111010 111001 1111 0 11011 11000100 101011 110100

Color Harmonies of #509EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EBA

Black with #509EBA

Text Example


Text Example

White with #509EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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