#5899BB

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

Shades of Shakespeare #5899BB

Tints of Shakespeare #5899BB

Color information

#5899BB (or 0x5899BB) is unknown color: approx Shakespeare. HEX triplet: 58, 99 and BB. RGB value is (88,153,187). Sum of RGB (Red+Green+Blue) = 88+153+187=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #5899BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5899BB is #A76644. Grayscale: #898989. Windows color (decimal): -10970693 or 12294488. OLE color: 12294488.

HSL color Cylindrical-coordinate representation of color #5899BB: hue angle of 200.61º 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 #5899BB is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88153187-
CMYK0.530.1800.27
HSL200.61º42.13%53.92%-
HSV(B)200.61º52.94%73.33%-
XYZ24.3928.4551.22-
YUV137.44155.9792.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.56%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=20.56%
G=35.75%
B=43.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881531870.530.1800.27200.6142.1353.92
Hex5899BB351201Bc92a36
Octal13023127365220333115266
Binary101100010011001101110111101011001001101111001001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5899BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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