#594EBD

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

Shades of Rich Blue #594EBD

Tints of Rich Blue #594EBD

Color information

#594EBD (or 0x594EBD) is unknown color: approx Rich Blue. HEX triplet: 59, 4E and BD. RGB value is (89,78,189). Sum of RGB (Red+Green+Blue) = 89+78+189=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #594EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EBD is #A6B142. Grayscale: #5D5D5D. Windows color (decimal): -10924355 or 12406361. OLE color: 12406361.

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

Color convert

RGB8978189-
CMYK0.530.5900.26
HSL245.95º45.68%52.35%-
HSV(B)245.95º58.73%74.12%-
XYZ16.0311.2549.47-
YUV93.94181.64124.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=25%
G=21.91%
B=53.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89781890.530.5900.26245.9545.6852.35
Hex594EBD353B01Af62e34
Octal13111627565730323665664
Binary101100110011101011110111010111101101101011110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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