#5895BE

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

Shades of Shakespeare #5895BE

Tints of Shakespeare #5895BE

Color information

#5895BE (or 0x5895BE) is unknown color: approx Shakespeare. HEX triplet: 58, 95 and BE. RGB value is (88,149,190). Sum of RGB (Red+Green+Blue) = 88+149+190=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #5895BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895BE is #A76A41. Grayscale: #878787. Windows color (decimal): -10971714 or 12490072. OLE color: 12490072.

HSL color Cylindrical-coordinate representation of color #5895BE: hue angle of 204.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5895BE is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB88149190-
CMYK0.540.2200.25
HSL204.12º43.97%54.51%-
HSV(B)204.12º53.68%74.51%-
XYZ24.0727.2952.71-
YUV135.44158.7994.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.61%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=20.61%
G=34.89%
B=44.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881491900.540.2200.25204.1243.9754.51
Hex5895BE3616019cc2c37
Octal13022527666260313145467
Binary101100010010101101111101101101011001100111001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5895BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,149,190); }

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

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

 a { background-color: rgb(88,149,190); }

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

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

 span { border-color: rgb(88,149,190); }

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