Html Css Color HEX #5376D3 Royal Blue

📋 copy color: '#5376D3'

red 83 ◦ green 118 ◦ blue 211

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

Shades of Royal Blue #5376D3

Tints of Royal Blue #5376D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 51.21%

R = 20.15%
G = 28.64%
B = 51.21%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5376D3 (or 0x5376D3) is known color: Royal Blue. HEX triplet: 53, 76 and D3. RGB value is (83,118,211). Sum of RGB (Red+Green+Blue) = 83+118+211=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 211 (82.81% from 255 or 51.21% from 412); Max value from RGB is 211 - color contains mainly: blue. Hex color #5376D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5376D3 is #AC892C. Grayscale: #757575. Windows color (decimal): -11307309 or 13858387. OLE color: 13858387.

HSL color Cylindrical-coordinate representation of color #5376D3: hue angle of 223.59º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5376D3 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 118 211 -
CMYK 0.61 0.44 0 0.17
HSL 223.59º 0.59% 0.58% -
HSV(B) 223.59º 0.61% 0.83% -
XYZ 21.8 19.5 64.24 -
YUV 118.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 83 118 211 0.61 0.44 0 0.17 223.59 0.59 0.58
Hex 53 76 D3 3D 2C 0 11 E0 3B 3A
Octal 123 166 323 75 54 0 21 340 73 72
Binary 1010011 1110110 11010011 111101 101100 0 10001 11100000 111011 111010

Color Harmonies of #5376D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5376D3

Black with #5376D3

Text Example


Text Example

White with #5376D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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