Html Css Color HEX #596BDC Royal Blue

📋 copy color: '#596BDC'

red 89 ◦ green 107 ◦ blue 220

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

Shades of Royal Blue #596BDC

Tints of Royal Blue #596BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.72%

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 21.39%
G = 25.72%
B = 52.88%

CMYK

 C value IS 0.60

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#596BDC (or 0x596BDC) is known color: Royal Blue. HEX triplet: 59, 6B and DC. RGB value is (89,107,220). Sum of RGB (Red+Green+Blue) = 89+107+220=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #596BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BDC is #A69423. Grayscale: #727272. Windows color (decimal): -10916900 or 14445401. OLE color: 14445401.

HSL color Cylindrical-coordinate representation of color #596BDC: hue angle of 231.76º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596BDC is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 107 220 -
CMYK 0.60 0.51 0 0.14
HSL 231.76º 0.65% 0.61% -
HSV(B) 231.76º 0.6% 0.86% -
XYZ 22.3 17.81 69.97 -
YUV 114.5 187.54 109.81 -
System Red Green Blue C M Y K H S L
Decimal 89 107 220 0.60 0.51 0 0.14 231.76 0.65 0.61
Hex 59 6B DC 3C 33 0 E E8 41 3D
Octal 131 153 334 74 63 0 16 350 101 75
Binary 1011001 1101011 11011100 111100 110011 0 1110 11101000 1000001 111101

Color Harmonies of #596BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BDC

Black with #596BDC

Text Example


Text Example

White with #596BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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