Html Css Color HEX #509BC0 Shakespeare

📋 copy color: '#509BC0'

red 80 ◦ green 155 ◦ blue 192

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

Shades of Shakespeare #509BC0

Tints of Shakespeare #509BC0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.3%

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 18.74%
G = 36.3%
B = 44.96%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#509BC0 (or 0x509BC0) is known color: Shakespeare. HEX triplet: 50, 9B and C0. RGB value is (80,155,192). Sum of RGB (Red+Green+Blue) = 80+155+192=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #509BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BC0 is #AF643F. Grayscale: #888888. Windows color (decimal): -11494464 or 12622672. OLE color: 12622672.

HSL color Cylindrical-coordinate representation of color #509BC0: hue angle of 199.82º degrees, saturation: 0.47, 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 #509BC0 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 155 192 -
CMYK 0.58 0.19 0 0.25
HSL 199.82º 0.47% 0.53% -
HSV(B) 199.82º 0.58% 0.75% -
XYZ 24.54 28.95 54.16 -
YUV 136.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 80 155 192 0.58 0.19 0 0.25 199.82 0.47 0.53
Hex 50 9B C0 3A 13 0 19 C8 2F 35
Octal 120 233 300 72 23 0 31 310 57 65
Binary 1010000 10011011 11000000 111010 10011 0 11001 11001000 101111 110101

Color Harmonies of #509BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509BC0

Black with #509BC0

Text Example


Text Example

White with #509BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,155,192); }

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

background-color css

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

 a { background-color: rgb(80,155,192); }

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

border-color css

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

 span { border-color: rgb(80,155,192); }

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