#594BBE

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

Shades of Rich Blue #594BBE

Tints of Rich Blue #594BBE

Color information

#594BBE (or 0x594BBE) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and BE. RGB value is (89,75,190). Sum of RGB (Red+Green+Blue) = 89+75+190=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #594BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594BBE is #A6B441. Grayscale: #5B5B5B. Windows color (decimal): -10925122 or 12471129. OLE color: 12471129.

HSL color Cylindrical-coordinate representation of color #594BBE: hue angle of 247.3º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594BBE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8975190-
CMYK0.530.6100.25
HSL247.3º46.94%51.96%-
HSV(B)247.3º60.53%74.51%-
XYZ15.9310.8749.97-
YUV92.3183.14125.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.14%
GREEN value IS 75 (29.69% from 255) = 21.19%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=25.14%
G=21.19%
B=53.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89751900.530.6100.25247.346.9451.96
Hex594BBE353D019f72f34
Octal13111327665750313675764
Binary101100110010111011111011010111110101100111110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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