#596FDD

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

Shades of Royal Blue #596FDD

Tints of Royal Blue #596FDD

Color information

#596FDD (or 0x596FDD) is unknown color: approx Royal Blue. HEX triplet: 59, 6F and DD. RGB value is (89,111,221). Sum of RGB (Red+Green+Blue) = 89+111+221=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #596FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FDD is #A69022. Grayscale: #747474. Windows color (decimal): -10915875 or 14511961. OLE color: 14511961.

HSL color Cylindrical-coordinate representation of color #596FDD: hue angle of 230º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596FDD is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89111221-
CMYK0.600.5000.13
HSL230º66%60.78%-
HSV(B)230º59.73%86.67%-
XYZ22.8618.7170.81-
YUV116.96186.71108.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.14%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 221 (86.72% from 255) = 52.49%
R=21.14%
G=26.37%
B=52.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891112210.600.5000.132306660.78
Hex596FDD3C320De6423d
Octal131157335746201534610275
Binary101100111011111101110111110011001001101111001101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,111,221); }

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

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

 a { background-color: rgb(89,111,221); }

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

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

 span { border-color: rgb(89,111,221); }

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