Html Css Color HEX #5966DC Royal Blue

📋 copy color: '#5966DC'

red 89 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #5966DC

Tints of Royal Blue #5966DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

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

R = 21.65%
G = 24.82%
B = 53.53%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5966DC (or 0x5966DC) is known color: Royal Blue. HEX triplet: 59, 66 and DC. RGB value is (89,102,220). Sum of RGB (Red+Green+Blue) = 89+102+220=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #5966DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966DC is #A69923. Grayscale: #6F6F6F. Windows color (decimal): -10918180 or 14444121. OLE color: 14444121.

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

Color convert

RGB 89 102 220 -
CMYK 0.60 0.54 0 0.14
HSL 234.05º 0.65% 0.61% -
HSV(B) 234.05º 0.6% 0.86% -
XYZ 21.79 16.79 69.8 -
YUV 111.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 89 102 220 0.60 0.54 0 0.14 234.05 0.65 0.61
Hex 59 66 DC 3C 36 0 E EA 41 3D
Octal 131 146 334 74 66 0 16 352 101 75
Binary 1011001 1100110 11011100 111100 110110 0 1110 11101010 1000001 111101

Color Harmonies of #5966DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5966DC

Black with #5966DC

Text Example


Text Example

White with #5966DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5966DC; }

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

 H1.HeaderClassName
 {
   color: #5966DC;
 }
 .AnyTagClassName
 {
   color: #5966DC;
 }
</style>

background-color css

<style>
 a { background-color: #5966DC; }

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

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

border-color css

<style>
 span { border-color: #5966DC; }

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

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