#595BB4

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

Shades of Rich Blue #595BB4

Tints of Rich Blue #595BB4

Color information

#595BB4 (or 0x595BB4) is unknown color: approx Rich Blue. HEX triplet: 59, 5B and B4. RGB value is (89,91,180). Sum of RGB (Red+Green+Blue) = 89+91+180=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #595BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BB4 is #A6A44B. Grayscale: #646464. Windows color (decimal): -10921036 or 11819865. OLE color: 11819865.

HSL color Cylindrical-coordinate representation of color #595BB4: hue angle of 238.68º 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 #595BB4 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8991180-
CMYK0.510.4900.29
HSL238.68º37.76%52.75%-
HSV(B)238.68º50.56%70.59%-
XYZ16.112.944.82-
YUV100.55172.84119.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 180 (70.70% from 255) = 50%
R=24.72%
G=25.28%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89911800.510.4900.29238.6837.7652.75
Hex595BB4333101Def2635
Octal13113326463610353574665
Binary101100110110111011010011001111000101110111101111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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