#5199BE

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

Shades of Shakespeare #5199BE

Tints of Shakespeare #5199BE

Color information

#5199BE (or 0x5199BE) is unknown color: approx Shakespeare. HEX triplet: 51, 99 and BE. RGB value is (81,153,190). Sum of RGB (Red+Green+Blue) = 81+153+190=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #5199BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199BE is #AE6641. Grayscale: #878787. Windows color (decimal): -11429442 or 12491089. OLE color: 12491089.

HSL color Cylindrical-coordinate representation of color #5199BE: hue angle of 200.37º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5199BE is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81153190-
CMYK0.570.1900.25
HSL200.37º45.61%53.14%-
HSV(B)200.37º57.37%74.51%-
XYZ24.0828.2552.9-
YUV135.69158.6588.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=19.10%
G=36.08%
B=44.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811531900.570.1900.25200.3745.6153.14
Hex5199BE3913019c82e35
Octal12123127671230313105665
Binary101000110011001101111101110011001101100111001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5199BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5199BE; }

 p { color: rgb(81,153,190); }

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

<style>
 a { background-color: #5199BE; }

 a { background-color: rgb(81,153,190); }

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

<style>
 span { border-color: #5199BE; }

 span { border-color: rgb(81,153,190); }

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