Html Css Color HEX #509EBB Shakespeare

📋 copy color: '#509EBB'

red 80 ◦ green 158 ◦ blue 187

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

Shades of Shakespeare #509EBB

Tints of Shakespeare #509EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 18.82%
G = 37.18%
B = 44%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#509EBB (or 0x509EBB) is known color: Shakespeare. HEX triplet: 50, 9E and BB. RGB value is (80,158,187). Sum of RGB (Red+Green+Blue) = 80+158+187=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #509EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EBB is #AF6144. Grayscale: #898989. Windows color (decimal): -11493701 or 12295760. OLE color: 12295760.

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

Color convert

RGB 80 158 187 -
CMYK 0.57 0.16 0 0.27
HSL 196.26º 0.44% 0.52% -
HSV(B) 196.26º 0.57% 0.73% -
XYZ 24.5 29.75 51.46 -
YUV 137.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 80 158 187 0.57 0.16 0 0.27 196.26 0.44 0.52
Hex 50 9E BB 39 10 0 1B C4 2C 34
Octal 120 236 273 71 20 0 33 304 54 64
Binary 1010000 10011110 10111011 111001 10000 0 11011 11000100 101100 110100

Color Harmonies of #509EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509EBB

Black with #509EBB

Text Example


Text Example

White with #509EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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