Html Css Color HEX #509FB3 Shakespeare

📋 copy color: '#509FB3'

red 80 ◦ green 159 ◦ blue 179

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

Shades of Shakespeare #509FB3

Tints of Shakespeare #509FB3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

 BLUE value IS 179 (70.31% from 255) = 42.82%

R = 19.14%
G = 38.04%
B = 42.82%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#509FB3 (or 0x509FB3) is known color: Shakespeare. HEX triplet: 50, 9F and B3. RGB value is (80,159,179). Sum of RGB (Red+Green+Blue) = 80+159+179=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #509FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FB3 is #AF604C. Grayscale: #898989. Windows color (decimal): -11493453 or 11771728. OLE color: 11771728.

HSL color Cylindrical-coordinate representation of color #509FB3: hue angle of 192.12º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #509FB3 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 159 179 -
CMYK 0.55 0.11 0 0.30
HSL 192.12º 0.39% 0.51% -
HSV(B) 192.12º 0.55% 0.7% -
XYZ 23.84 29.76 47.13 -
YUV 137.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 80 159 179 0.55 0.11 0 0.30 192.12 0.39 0.51
Hex 50 9F B3 37 B 0 1E C0 27 33
Octal 120 237 263 67 13 0 36 300 47 63
Binary 1010000 10011111 10110011 110111 1011 0 11110 11000000 100111 110011

Color Harmonies of #509FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FB3

Black with #509FB3

Text Example


Text Example

White with #509FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,159,179); }

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

background-color css

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

 a { background-color: rgb(80,159,179); }

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

border-color css

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

 span { border-color: rgb(80,159,179); }

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