Html Css Color HEX #596EDE Royal Blue

📋 copy color: '#596EDE'

red 89 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #596EDE

Tints of Royal Blue #596EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.13%

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 21.14%
G = 26.13%
B = 52.73%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#596EDE (or 0x596EDE) is known color: Royal Blue. HEX triplet: 59, 6E and DE. RGB value is (89,110,222). Sum of RGB (Red+Green+Blue) = 89+110+222=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #596EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EDE is #A69121. Grayscale: #747474. Windows color (decimal): -10916130 or 14577241. OLE color: 14577241.

HSL color Cylindrical-coordinate representation of color #596EDE: hue angle of 230.53º degrees, saturation: 0.67, 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 #596EDE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 110 222 -
CMYK 0.60 0.50 0 0.13
HSL 230.53º 0.67% 0.61% -
HSV(B) 230.53º 0.6% 0.87% -
XYZ 22.88 18.55 71.48 -
YUV 116.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 89 110 222 0.60 0.50 0 0.13 230.53 0.67 0.61
Hex 59 6E DE 3C 32 0 D E7 43 3D
Octal 131 156 336 74 62 0 15 347 103 75
Binary 1011001 1101110 11011110 111100 110010 0 1101 11100111 1000011 111101

Color Harmonies of #596EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EDE

Black with #596EDE

Text Example


Text Example

White with #596EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,110,222); }

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

background-color css

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

 a { background-color: rgb(89,110,222); }

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

border-color css

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

 span { border-color: rgb(89,110,222); }

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