#596BD1

Color #596BD1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #596BD1

Tints of Royal Blue #596BD1

Color information

#596BD1 (or 0x596BD1) is unknown color: approx Royal Blue. HEX triplet: 59, 6B and D1. RGB value is (89,107,209). Sum of RGB (Red+Green+Blue) = 89+107+209=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #596BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BD1 is #A6942E. Grayscale: #707070. Windows color (decimal): -10916911 or 13724505. OLE color: 13724505.

HSL color Cylindrical-coordinate representation of color #596BD1: hue angle of 231º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #596BD1 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89107209-
CMYK0.570.4900.18
HSL231º56.6%58.43%-
HSV(B)231º57.42%81.96%-
XYZ20.8917.2462.55-
YUV113.25182.04110.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.98%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 209 (82.03% from 255) = 51.60%
R=21.98%
G=26.42%
B=51.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891072090.570.4900.1823156.658.43
Hex596BD13931012e7393a
Octal13115332171610223477172
Binary101100111010111101000111100111000101001011100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596BD1; }

 p { color: rgb(89,107,209); }

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

<style>
 a { background-color: #596BD1; }

 a { background-color: rgb(89,107,209); }

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

<style>
 span { border-color: #596BD1; }

 span { border-color: rgb(89,107,209); }

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