#5988B7

Color #5988B7 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5988B7

Tints of Danube #5988B7

Color information

#5988B7 (or 0x5988B7) is unknown color: approx Danube. HEX triplet: 59, 88 and B7. RGB value is (89,136,183). Sum of RGB (Red+Green+Blue) = 89+136+183=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #5988B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5988B7 is #A67748. Grayscale: #7F7F7F. Windows color (decimal): -10909513 or 12027993. OLE color: 12027993.

HSL color Cylindrical-coordinate representation of color #5988B7: hue angle of 210º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5988B7 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB89136183-
CMYK0.510.2600.28
HSL210º39.5%53.33%-
HSV(B)210º51.37%71.76%-
XYZ21.4723.1548.14-
YUV127.3159.43100.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.81%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 183 (71.88% from 255) = 44.85%
R=21.81%
G=33.33%
B=44.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal891361830.510.2600.2821039.553.33
Hex5988B7331A01Cd22735
Octal13121026763320343224765
Binary101100110001000101101111100111101001110011010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5988B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5988B7; }

 p { color: rgb(89,136,183); }

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

<style>
 a { background-color: #5988B7; }

 a { background-color: rgb(89,136,183); }

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

<style>
 span { border-color: #5988B7; }

 span { border-color: rgb(89,136,183); }

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