#598DBA

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

Shades of Danube #598DBA

Tints of Danube #598DBA

Color information

#598DBA (or 0x598DBA) is unknown color: approx Danube. HEX triplet: 59, 8D and BA. RGB value is (89,141,186). Sum of RGB (Red+Green+Blue) = 89+141+186=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #598DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DBA is #A67245. Grayscale: #828282. Windows color (decimal): -10908230 or 12225881. OLE color: 12225881.

HSL color Cylindrical-coordinate representation of color #598DBA: hue angle of 207.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #598DBA is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89141186-
CMYK0.520.2400.27
HSL207.84º41.28%53.92%-
HSV(B)207.84º52.15%72.94%-
XYZ22.5124.7250.04-
YUV130.58159.2798.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.39%
GREEN value IS 141 (55.47% from 255) = 33.89%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=21.39%
G=33.89%
B=44.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891411860.520.2400.27207.8441.2853.92
Hex598DBA341801Bd02936
Octal13121527264300333205166
Binary101100110001101101110101101001100001101111010000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598DBA; }

 p { color: rgb(89,141,186); }

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

<style>
 a { background-color: #598DBA; }

 a { background-color: rgb(89,141,186); }

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

<style>
 span { border-color: #598DBA; }

 span { border-color: rgb(89,141,186); }

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