Html Css Color HEX #596CE0 Royal Blue

📋 copy color: '#596CE0'

red 89 ◦ green 108 ◦ blue 224

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

Shades of Royal Blue #596CE0

Tints of Royal Blue #596CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.65%

 BLUE value IS 224 (87.89% from 255) = 53.21%

R = 21.14%
G = 25.65%
B = 53.21%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#596CE0 (or 0x596CE0) is known color: Royal Blue. HEX triplet: 59, 6C and E0. RGB value is (89,108,224). Sum of RGB (Red+Green+Blue) = 89+108+224=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #596CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CE0 is #A6931F. Grayscale: #737373. Windows color (decimal): -10916640 or 14707801. OLE color: 14707801.

HSL color Cylindrical-coordinate representation of color #596CE0: hue angle of 231.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596CE0 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 108 224 -
CMYK 0.60 0.52 0 0.12
HSL 231.56º 0.69% 0.61% -
HSV(B) 231.56º 0.6% 0.88% -
XYZ 22.94 18.23 72.83 -
YUV 115.54 189.21 109.07 -
System Red Green Blue C M Y K H S L
Decimal 89 108 224 0.60 0.52 0 0.12 231.56 0.69 0.61
Hex 59 6C E0 3C 34 0 C E8 45 3D
Octal 131 154 340 74 64 0 14 350 105 75
Binary 1011001 1101100 11100000 111100 110100 0 1100 11101000 1000101 111101

Color Harmonies of #596CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CE0

Black with #596CE0

Text Example


Text Example

White with #596CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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