Html Css Color HEX #5376DC Royal Blue

📋 copy color: '#5376DC'

red 83 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #5376DC

Tints of Royal Blue #5376DC

RGB

 RED value IS 83 (32.81% from 255) = 19.71%

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

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

R = 19.71%
G = 28.03%
B = 52.26%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5376DC (or 0x5376DC) is known color: Royal Blue. HEX triplet: 53, 76 and DC. RGB value is (83,118,220). Sum of RGB (Red+Green+Blue) = 83+118+220=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #5376DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5376DC is #AC8923. Grayscale: #767676. Windows color (decimal): -11307300 or 14448211. OLE color: 14448211.

HSL color Cylindrical-coordinate representation of color #5376DC: hue angle of 224.67º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5376DC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 118 220 -
CMYK 0.62 0.46 0 0.14
HSL 224.67º 0.66% 0.59% -
HSV(B) 224.67º 0.62% 0.86% -
XYZ 22.96 19.96 70.35 -
YUV 119.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 83 118 220 0.62 0.46 0 0.14 224.67 0.66 0.59
Hex 53 76 DC 3E 2E 0 E E1 42 3B
Octal 123 166 334 76 56 0 16 341 102 73
Binary 1010011 1110110 11011100 111110 101110 0 1110 11100001 1000010 111011

Color Harmonies of #5376DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376DC

Black with #5376DC

Text Example


Text Example

White with #5376DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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