#509CBD

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

Shades of Shakespeare #509CBD

Tints of Shakespeare #509CBD

Color information

#509CBD (or 0x509CBD) is unknown color: approx Shakespeare. HEX triplet: 50, 9C and BD. RGB value is (80,156,189). Sum of RGB (Red+Green+Blue) = 80+156+189=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #509CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CBD is #AF6342. Grayscale: #888888. Windows color (decimal): -11494211 or 12426320. OLE color: 12426320.

HSL color Cylindrical-coordinate representation of color #509CBD: hue angle of 198.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #509CBD is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80156189-
CMYK0.580.1700.26
HSL198.17º45.23%52.75%-
HSV(B)198.17º57.67%74.12%-
XYZ24.3829.1652.49-
YUV137.04157.3287.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=18.82%
G=36.71%
B=44.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801561890.580.1700.26198.1745.2352.75
Hex509CBD3A1101Ac62d35
Octal12023427572210323065565
Binary101000010011100101111011110101000101101011000110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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