Html Css Color HEX #596CDC Royal Blue

📋 copy color: '#596CDC'

red 89 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #596CDC

Tints of Royal Blue #596CDC

RGB

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

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

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

R = 21.34%
G = 25.9%
B = 52.76%

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

#596CDC (or 0x596CDC) is known color: Royal Blue. HEX triplet: 59, 6C and DC. RGB value is (89,108,220). Sum of RGB (Red+Green+Blue) = 89+108+220=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #596CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CDC is #A69323. Grayscale: #727272. Windows color (decimal): -10916644 or 14445657. OLE color: 14445657.

HSL color Cylindrical-coordinate representation of color #596CDC: hue angle of 231.3º 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 #596CDC is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 108 220 -
CMYK 0.60 0.51 0 0.14
HSL 231.3º 0.65% 0.61% -
HSV(B) 231.3º 0.6% 0.86% -
XYZ 22.4 18.02 70.01 -
YUV 115.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 89 108 220 0.60 0.51 0 0.14 231.3 0.65 0.61
Hex 59 6C DC 3C 33 0 E E7 41 3D
Octal 131 154 334 74 63 0 16 347 101 75
Binary 1011001 1101100 11011100 111100 110011 0 1110 11100111 1000001 111101

Color Harmonies of #596CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CDC

Black with #596CDC

Text Example


Text Example

White with #596CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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