#5895BB

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

Shades of Shakespeare #5895BB

Tints of Shakespeare #5895BB

Color information

#5895BB (or 0x5895BB) is unknown color: approx Shakespeare. HEX triplet: 58, 95 and BB. RGB value is (88,149,187). Sum of RGB (Red+Green+Blue) = 88+149+187=424 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.75% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #5895BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895BB is #A76A44. Grayscale: #868686. Windows color (decimal): -10971717 or 12293464. OLE color: 12293464.

HSL color Cylindrical-coordinate representation of color #5895BB: hue angle of 203.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5895BB is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88149187-
CMYK0.530.2000.27
HSL203.03º42.13%53.92%-
HSV(B)203.03º52.94%73.33%-
XYZ23.7427.1651-
YUV135.09157.2994.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.75%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 187 (73.44% from 255) = 44.10%
R=20.75%
G=35.14%
B=44.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881491870.530.2000.27203.0342.1353.92
Hex5895BB351401Bcb2a36
Octal13022527365240333135266
Binary101100010010101101110111101011010001101111001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5895BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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