Html Css Color HEX #5976DC Royal Blue

📋 copy color: '#5976DC'

red 89 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #5976DC

Tints of Royal Blue #5976DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

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

R = 20.84%
G = 27.63%
B = 51.52%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5976DC (or 0x5976DC) is known color: Royal Blue. HEX triplet: 59, 76 and DC. RGB value is (89,118,220). Sum of RGB (Red+Green+Blue) = 89+118+220=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #5976DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5976DC is #A68923. Grayscale: #787878. Windows color (decimal): -10914084 or 14448217. OLE color: 14448217.

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

Color convert

RGB 89 118 220 -
CMYK 0.60 0.46 0 0.14
HSL 226.72º 0.65% 0.61% -
HSV(B) 226.72º 0.6% 0.86% -
XYZ 23.52 20.25 70.38 -
YUV 120.96 183.89 105.21 -
System Red Green Blue C M Y K H S L
Decimal 89 118 220 0.60 0.46 0 0.14 226.72 0.65 0.61
Hex 59 76 DC 3C 2E 0 E E3 41 3D
Octal 131 166 334 74 56 0 16 343 101 75
Binary 1011001 1110110 11011100 111100 101110 0 1110 11100011 1000001 111101

Color Harmonies of #5976DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5976DC

Black with #5976DC

Text Example


Text Example

White with #5976DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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