#509EBB

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

Shades of Shakespeare #509EBB

Tints of Shakespeare #509EBB

Color information

#509EBB (or 0x509EBB) is unknown color: approx Shakespeare. HEX triplet: 50, 9E and BB. RGB value is (80,158,187). Sum of RGB (Red+Green+Blue) = 80+158+187=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #509EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509EBB is #AF6144. Grayscale: #898989. Windows color (decimal): -11493701 or 12295760. OLE color: 12295760.

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

Color convert

RGB80158187-
CMYK0.570.1600.27
HSL196.26º44.03%52.35%-
HSV(B)196.26º57.22%73.33%-
XYZ24.529.7551.46-
YUV137.98155.6686.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 187 (73.44% from 255) = 44%
R=18.82%
G=37.18%
B=44%

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
Decimal801581870.570.1600.27196.2644.0352.35
Hex509EBB391001Bc42c34
Octal12023627371200333045464
Binary101000010011110101110111110011000001101111000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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