Html Css Color HEX #596CE1 Royal Blue

📋 copy color: '#596CE1'

red 89 ◦ green 108 ◦ blue 225

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

Shades of Royal Blue #596CE1

Tints of Royal Blue #596CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 21.09%
G = 25.59%
B = 53.32%

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

#596CE1 (or 0x596CE1) is known color: Royal Blue. HEX triplet: 59, 6C and E1. RGB value is (89,108,225). Sum of RGB (Red+Green+Blue) = 89+108+225=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #596CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CE1 is #A6931E. Grayscale: #737373. Windows color (decimal): -10916639 or 14773337. OLE color: 14773337.

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

Color convert

RGB 89 108 225 -
CMYK 0.60 0.52 0 0.12
HSL 231.62º 0.69% 0.62% -
HSV(B) 231.62º 0.6% 0.88% -
XYZ 23.07 18.29 73.55 -
YUV 115.66 189.71 108.99 -
System Red Green Blue C M Y K H S L
Decimal 89 108 225 0.60 0.52 0 0.12 231.62 0.69 0.62
Hex 59 6C E1 3C 34 0 C E8 45 3E
Octal 131 154 341 74 64 0 14 350 105 76
Binary 1011001 1101100 11100001 111100 110100 0 1100 11101000 1000101 111110

Color Harmonies of #596CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CE1

Black with #596CE1

Text Example


Text Example

White with #596CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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