Html Css Color HEX #5376DB Royal Blue

📋 copy color: '#5376DB'

red 83 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #5376DB

Tints of Royal Blue #5376DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 19.76%
G = 28.1%
B = 52.14%

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

#5376DB (or 0x5376DB) is known color: Royal Blue. HEX triplet: 53, 76 and DB. RGB value is (83,118,219). Sum of RGB (Red+Green+Blue) = 83+118+219=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #5376DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5376DB is #AC8924. Grayscale: #767676. Windows color (decimal): -11307301 or 14382675. OLE color: 14382675.

HSL color Cylindrical-coordinate representation of color #5376DB: hue angle of 224.56º degrees, saturation: 0.65, 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 #5376DB is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 118 219 -
CMYK 0.62 0.46 0 0.14
HSL 224.56º 0.65% 0.59% -
HSV(B) 224.56º 0.62% 0.86% -
XYZ 22.83 19.91 69.66 -
YUV 119.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 83 118 219 0.62 0.46 0 0.14 224.56 0.65 0.59
Hex 53 76 DB 3E 2E 0 E E1 41 3B
Octal 123 166 333 76 56 0 16 341 101 73
Binary 1010011 1110110 11011011 111110 101110 0 1110 11100001 1000001 111011

Color Harmonies of #5376DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376DB

Black with #5376DB

Text Example


Text Example

White with #5376DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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