Html Css Color HEX #596AD1 Royal Blue

📋 copy color: '#596AD1'

red 89 ◦ green 106 ◦ blue 209

#596AD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #596AD1

Tints of Royal Blue #596AD1

RGB

 RED value IS 89 (35.16% from 255) = 22.03%

 GREEN value IS 106 (41.8% from 255) = 26.24%

 BLUE value IS 209 (82.03% from 255) = 51.73%

R = 22.03%
G = 26.24%
B = 51.73%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#596AD1 (or 0x596AD1) is known color: Royal Blue. HEX triplet: 59, 6A and D1. RGB value is (89,106,209). Sum of RGB (Red+Green+Blue) = 89+106+209=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #596AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596AD1 is #A6952E. Grayscale: #707070. Windows color (decimal): -10917167 or 13724249. OLE color: 13724249.

HSL color Cylindrical-coordinate representation of color #596AD1: hue angle of 231.5º 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 #596AD1 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 106 209 -
CMYK 0.57 0.49 0 0.18
HSL 231.5º 0.57% 0.58% -
HSV(B) 231.5º 0.57% 0.82% -
XYZ 20.78 17.04 62.51 -
YUV 112.66 182.37 111.12 -
System Red Green Blue C M Y K H S L
Decimal 89 106 209 0.57 0.49 0 0.18 231.5 0.57 0.58
Hex 59 6A D1 39 31 0 12 E8 39 3A
Octal 131 152 321 71 61 0 22 350 71 72
Binary 1011001 1101010 11010001 111001 110001 0 10010 11101000 111001 111010

Color Harmonies of #596AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596AD1

Black with #596AD1

Text Example


Text Example

White with #596AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #596AD1;
 }
 .AnyTagClassName
 {
   color: #596AD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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