#509CBA

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

Shades of Shakespeare #509CBA

Tints of Shakespeare #509CBA

Color information

#509CBA (or 0x509CBA) is unknown color: approx Shakespeare. HEX triplet: 50, 9C and BA. RGB value is (80,156,186). Sum of RGB (Red+Green+Blue) = 80+156+186=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #509CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CBA is #AF6345. Grayscale: #888888. Windows color (decimal): -11494214 or 12229712. OLE color: 12229712.

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

Color convert

RGB80156186-
CMYK0.570.1600.27
HSL196.98º43.44%52.16%-
HSV(B)196.98º56.99%72.94%-
XYZ24.0629.0350.79-
YUV136.7155.8287.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=18.96%
G=36.97%
B=44.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801561860.570.1600.27196.9843.4452.16
Hex509CBA391001Bc52b34
Octal12023427271200333055364
Binary101000010011100101110101110011000001101111000101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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