#596CDB

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

Shades of Royal Blue #596CDB

Tints of Royal Blue #596CDB

Color information

#596CDB (or 0x596CDB) is unknown color: approx Royal Blue. HEX triplet: 59, 6C and DB. RGB value is (89,108,219). Sum of RGB (Red+Green+Blue) = 89+108+219=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #596CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CDB is #A69324. Grayscale: #727272. Windows color (decimal): -10916645 or 14380121. OLE color: 14380121.

HSL color Cylindrical-coordinate representation of color #596CDB: hue angle of 231.23º 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 #596CDB is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89108219-
CMYK0.590.5100.14
HSL231.23º64.36%60.39%-
HSV(B)231.23º59.36%85.88%-
XYZ22.2717.9669.31-
YUV114.97186.71109.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.39%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 219 (85.94% from 255) = 52.64%
R=21.39%
G=25.96%
B=52.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891082190.590.5100.14231.2364.3660.39
Hex596CDB3B330Ee7403c
Octal131154333736301634710074
Binary101100111011001101101111101111001101110111001111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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