#5790b5

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

Shades of Shakespeare #5790B5

Tints of Shakespeare #5790B5

Color information

#5790B5 (or 0x5790B5) is unknown color: approx Shakespeare. HEX triplet: 57, 90 and B5. RGB value is (87,144,181). Sum of RGB (Red+Green+Blue) = 87+144+181=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #5790B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5790B5 is #A86F4A. Grayscale: #828282. Windows color (decimal): -11038539 or 11898967. OLE color: 11898967.

HSL color Cylindrical-coordinate representation of color #5790B5: hue angle of 203.62º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5790B5 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB87144181-
CMYK0.520.2000.29
HSL203.62º38.84%52.55%-
HSV(B)203.62º51.93%70.98%-
XYZ22.2425.3147.43-
YUV131.18156.1296.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.12%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 181 (71.09% from 255) = 43.93%
R=21.12%
G=34.95%
B=43.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871441810.520.2000.29203.6238.8452.55
Hex5790B5341401Dcc2735
Octal12722026564240353144765
Binary101011110010000101101011101001010001110111001100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5790b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5790b5; }

 p { color: rgb(87,144,181); }

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

<style>
 a { background-color: #5790b5; }

 a { background-color: rgb(87,144,181); }

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

<style>
 span { border-color: #5790b5; }

 span { border-color: rgb(87,144,181); }

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