#594BB1

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

Shades of Rich Blue #594BB1

Tints of Rich Blue #594BB1

Color information

#594BB1 (or 0x594BB1) is unknown color: approx Rich Blue. HEX triplet: 59, 4B and B1. RGB value is (89,75,177). Sum of RGB (Red+Green+Blue) = 89+75+177=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #594BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594BB1 is #A6B44E. Grayscale: #5A5A5A. Windows color (decimal): -10925135 or 11619161. OLE color: 11619161.

HSL color Cylindrical-coordinate representation of color #594BB1: hue angle of 248.24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #594BB1 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8975177-
CMYK0.500.5800.31
HSL248.24º40.48%49.41%-
HSV(B)248.24º57.63%69.41%-
XYZ14.5710.3342.82-
YUV90.81176.64126.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.10%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 177 (69.53% from 255) = 51.91%
R=26.10%
G=21.99%
B=51.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89751770.500.5800.31248.2440.4849.41
Hex594BB1323A01Ff82831
Octal13111326162720373705061
Binary101100110010111011000111001011101001111111111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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