#5895BD

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

Shades of Shakespeare #5895BD

Tints of Shakespeare #5895BD

Color information

#5895BD (or 0x5895BD) is unknown color: approx Shakespeare. HEX triplet: 58, 95 and BD. RGB value is (88,149,189). Sum of RGB (Red+Green+Blue) = 88+149+189=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #5895BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5895BD is #A76A42. Grayscale: #878787. Windows color (decimal): -10971715 or 12424536. OLE color: 12424536.

HSL color Cylindrical-coordinate representation of color #5895BD: hue angle of 203.76º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5895BD is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB88149189-
CMYK0.530.2100.26
HSL203.76º43.35%54.31%-
HSV(B)203.76º53.44%74.12%-
XYZ23.9627.2452.14-
YUV135.32158.2994.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.66%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=20.66%
G=34.98%
B=44.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881491890.530.2100.26203.7643.3554.31
Hex5895BD351501Acc2b36
Octal13022527565250323145366
Binary101100010010101101111011101011010101101011001100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5895BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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