#595BC1

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

Shades of Rich Blue #595BC1

Tints of Rich Blue #595BC1

Color information

#595BC1 (or 0x595BC1) is unknown color: approx Rich Blue. HEX triplet: 59, 5B and C1. RGB value is (89,91,193). Sum of RGB (Red+Green+Blue) = 89+91+193=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #595BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BC1 is #A6A43E. Grayscale: #656565. Windows color (decimal): -10921023 or 12671833. OLE color: 12671833.

HSL color Cylindrical-coordinate representation of color #595BC1: hue angle of 238.85º 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 #595BC1 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8991193-
CMYK0.540.5300.24
HSL238.85º45.61%55.29%-
HSV(B)238.85º53.89%75.69%-
XYZ17.4913.4652.13-
YUV102.03179.34118.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 91 (35.94% from 255) = 24.40%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=23.86%
G=24.40%
B=51.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89911930.540.5300.24238.8545.6155.29
Hex595BC13635018ef2e37
Octal13113330166650303575667
Binary101100110110111100000111011011010101100011101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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