#595EB4

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

Shades of Rich Blue #595EB4

Tints of Rich Blue #595EB4

Color information

#595EB4 (or 0x595EB4) is unknown color: approx Rich Blue. HEX triplet: 59, 5E and B4. RGB value is (89,94,180). Sum of RGB (Red+Green+Blue) = 89+94+180=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #595EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EB4 is #A6A14B. Grayscale: #656565. Windows color (decimal): -10920268 or 11820633. OLE color: 11820633.

HSL color Cylindrical-coordinate representation of color #595EB4: hue angle of 236.7º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595EB4 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8994180-
CMYK0.510.4800.29
HSL236.7º37.76%52.75%-
HSV(B)236.7º50.56%70.59%-
XYZ16.3613.4244.91-
YUV102.31171.84118.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.52%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=24.52%
G=25.90%
B=49.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89941800.510.4800.29236.737.7652.75
Hex595EB4333001Ded2635
Octal13113626463600353554665
Binary101100110111101011010011001111000001110111101101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595EB4; }

 p { color: rgb(89,94,180); }

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

<style>
 a { background-color: #595EB4; }

 a { background-color: rgb(89,94,180); }

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

<style>
 span { border-color: #595EB4; }

 span { border-color: rgb(89,94,180); }

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