Html Css Color HEX #509FB4 Shakespeare

📋 copy color: '#509FB4'

red 80 ◦ green 159 ◦ blue 180

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

Shades of Shakespeare #509FB4

Tints of Shakespeare #509FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.96%

R = 19.09%
G = 37.95%
B = 42.96%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#509FB4 (or 0x509FB4) is known color: Shakespeare. HEX triplet: 50, 9F and B4. RGB value is (80,159,180). Sum of RGB (Red+Green+Blue) = 80+159+180=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #509FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FB4 is #AF604B. Grayscale: #898989. Windows color (decimal): -11493452 or 11837264. OLE color: 11837264.

HSL color Cylindrical-coordinate representation of color #509FB4: hue angle of 192.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #509FB4 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 159 180 -
CMYK 0.56 0.12 0 0.29
HSL 192.6º 0.4% 0.51% -
HSV(B) 192.6º 0.56% 0.71% -
XYZ 23.94 29.8 47.67 -
YUV 137.77 151.83 86.79 -
System Red Green Blue C M Y K H S L
Decimal 80 159 180 0.56 0.12 0 0.29 192.6 0.4 0.51
Hex 50 9F B4 38 C 0 1D C1 28 33
Octal 120 237 264 70 14 0 35 301 50 63
Binary 1010000 10011111 10110100 111000 1100 0 11101 11000001 101000 110011

Color Harmonies of #509FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509FB4

Black with #509FB4

Text Example


Text Example

White with #509FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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