#509ABB

Color #509ABB Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #509ABB

Tints of Shakespeare #509ABB

Color information

#509ABB (or 0x509ABB) is unknown color: approx Shakespeare. HEX triplet: 50, 9A and BB. RGB value is (80,154,187). Sum of RGB (Red+Green+Blue) = 80+154+187=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #509ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ABB is #AF6544. Grayscale: #878787. Windows color (decimal): -11494725 or 12294736. OLE color: 12294736.

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

Color convert

RGB80154187-
CMYK0.570.1800.27
HSL198.5º44.03%52.35%-
HSV(B)198.5º57.22%73.33%-
XYZ23.8328.451.24-
YUV135.64156.9888.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.00%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=19.00%
G=36.58%
B=44.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801541870.570.1800.27198.544.0352.35
Hex509ABB391201Bc72c34
Octal12023227371220333075464
Binary101000010011010101110111110011001001101111000111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #509ABB;
 }
 .AnyTagClassName
 {
   color: #509ABB;
 }
</style>
background-color css

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

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

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

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

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

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