#595DB7

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

Shades of Rich Blue #595DB7

Tints of Rich Blue #595DB7

Color information

#595DB7 (or 0x595DB7) is unknown color: approx Rich Blue. HEX triplet: 59, 5D and B7. RGB value is (89,93,183). Sum of RGB (Red+Green+Blue) = 89+93+183=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #595DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DB7 is #A6A248. Grayscale: #656565. Windows color (decimal): -10920521 or 12016985. OLE color: 12016985.

HSL color Cylindrical-coordinate representation of color #595DB7: hue angle of 237.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595DB7 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8993183-
CMYK0.510.4900.28
HSL237.45º39.5%53.33%-
HSV(B)237.45º51.37%71.76%-
XYZ16.5813.3746.51-
YUV102.06173.67118.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 183 (71.88% from 255) = 50.14%
R=24.38%
G=25.48%
B=50.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal89931830.510.4900.28237.4539.553.33
Hex595DB7333101Ced2735
Octal13113526763610343554765
Binary101100110111011011011111001111000101110011101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,183); }

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

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

 a { background-color: rgb(89,93,183); }

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

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

 span { border-color: rgb(89,93,183); }

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