#595DC1

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

Shades of Rich Blue #595DC1

Tints of Rich Blue #595DC1

Color information

#595DC1 (or 0x595DC1) is unknown color: approx Rich Blue. HEX triplet: 59, 5D and C1. RGB value is (89,93,193). Sum of RGB (Red+Green+Blue) = 89+93+193=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #595DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DC1 is #A6A23E. Grayscale: #666666. Windows color (decimal): -10920511 or 12672345. OLE color: 12672345.

HSL color Cylindrical-coordinate representation of color #595DC1: hue angle of 237.69º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595DC1 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8993193-
CMYK0.540.5200.24
HSL237.69º45.61%55.29%-
HSV(B)237.69º53.89%75.69%-
XYZ17.6613.852.19-
YUV103.2178.67117.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 193 (75.78% from 255) = 51.47%
R=23.73%
G=24.8%
B=51.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89931930.540.5200.24237.6945.6155.29
Hex595DC13634018ee2e37
Octal13113530166640303565667
Binary101100110111011100000111011011010001100011101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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