#594BBD

Color #594BBD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #594BBD

Tints of Rich Blue #594BBD

Color information

#594BBD (or 0x594BBD) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and BD. RGB value is (89,75,189). Sum of RGB (Red+Green+Blue) = 89+75+189=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #594BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BBD is #A6B442. Grayscale: #5B5B5B. Windows color (decimal): -10925123 or 12405593. OLE color: 12405593.

HSL color Cylindrical-coordinate representation of color #594BBD: hue angle of 247.37º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594BBD is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8975189-
CMYK0.530.6000.26
HSL247.37º46.34%51.76%-
HSV(B)247.37º60.32%74.12%-
XYZ15.8210.8349.4-
YUV92.18182.64125.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.21%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 189 (74.22% from 255) = 53.54%
R=25.21%
G=21.25%
B=53.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89751890.530.6000.26247.3746.3451.76
Hex594BBD353C01Af72e34
Octal13111327565740323675664
Binary101100110010111011110111010111110001101011110111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594BBD; }

 p { color: rgb(89,75,189); }

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

<style>
 a { background-color: #594BBD; }

 a { background-color: rgb(89,75,189); }

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

<style>
 span { border-color: #594BBD; }

 span { border-color: rgb(89,75,189); }

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