#596BF5

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

Shades of Royal Blue #596BF5

Tints of Royal Blue #596BF5

Color information

#596BF5 (or 0x596BF5) is unknown color: approx Royal Blue. HEX triplet: 59, 6B and F5. RGB value is (89,107,245). Sum of RGB (Red+Green+Blue) = 89+107+245=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 245 (96.09% from 255 or 55.56% from 441); Max value from RGB is 245 - color contains mainly: blue. Hex color #596BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596BF5 is #A6940A. Grayscale: #747474. Windows color (decimal): -10916875 or 16083801. OLE color: 16083801.

HSL color Cylindrical-coordinate representation of color #596BF5: hue angle of 233.08º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #596BF5 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB89107245-
CMYK0.640.5600.04
HSL233.08º88.64%65.49%-
HSV(B)233.08º63.67%96.08%-
XYZ25.8619.2388.74-
YUV117.35200.04107.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.18%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 245 (96.09% from 255) = 55.56%
R=20.18%
G=24.26%
B=55.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal891072450.640.5600.04233.0888.6465.49
Hex596BF5403804e95941
Octal1311533651007004351131101
Binary1011001110101111110101100000011100001001110100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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