Html Css Color HEX #509ABA Shakespeare

📋 copy color: '#509ABA'

red 80 ◦ green 154 ◦ blue 186

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

Shades of Shakespeare #509ABA

Tints of Shakespeare #509ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.67%

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

R = 19.05%
G = 36.67%
B = 44.29%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#509ABA (or 0x509ABA) is known color: Shakespeare. HEX triplet: 50, 9A and BA. RGB value is (80,154,186). Sum of RGB (Red+Green+Blue) = 80+154+186=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #509ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ABA is #AF6545. Grayscale: #878787. Windows color (decimal): -11494726 or 12229200. OLE color: 12229200.

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

Color convert

RGB 80 154 186 -
CMYK 0.57 0.17 0 0.27
HSL 198.11º 0.43% 0.52% -
HSV(B) 198.11º 0.57% 0.73% -
XYZ 23.73 28.36 50.68 -
YUV 135.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 80 154 186 0.57 0.17 0 0.27 198.11 0.43 0.52
Hex 50 9A BA 39 11 0 1B C6 2B 34
Octal 120 232 272 71 21 0 33 306 53 64
Binary 1010000 10011010 10111010 111001 10001 0 11011 11000110 101011 110100

Color Harmonies of #509ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509ABA

Black with #509ABA

Text Example


Text Example

White with #509ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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