Html Css Color HEX #596ADB Royal Blue

📋 copy color: '#596ADB'

red 89 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #596ADB

Tints of Royal Blue #596ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 21.5%
G = 25.6%
B = 52.9%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#596ADB (or 0x596ADB) is known color: Royal Blue. HEX triplet: 59, 6A and DB. RGB value is (89,106,219). Sum of RGB (Red+Green+Blue) = 89+106+219=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #596ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ADB is #A69524. Grayscale: #717171. Windows color (decimal): -10917157 or 14379609. OLE color: 14379609.

HSL color Cylindrical-coordinate representation of color #596ADB: hue angle of 232.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #596ADB is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 106 219 -
CMYK 0.59 0.52 0 0.14
HSL 232.15º 0.64% 0.6% -
HSV(B) 232.15º 0.59% 0.86% -
XYZ 22.06 17.55 69.24 -
YUV 113.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 89 106 219 0.59 0.52 0 0.14 232.15 0.64 0.6
Hex 59 6A DB 3B 34 0 E E8 40 3C
Octal 131 152 333 73 64 0 16 350 100 74
Binary 1011001 1101010 11011011 111011 110100 0 1110 11101000 1000000 111100

Color Harmonies of #596ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596ADB

Black with #596ADB

Text Example


Text Example

White with #596ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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