Html Css Color HEX #5367D8 Royal Blue

📋 copy color: '#5367D8'

red 83 ◦ green 103 ◦ blue 216

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

Shades of Royal Blue #5367D8

Tints of Royal Blue #5367D8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

 BLUE value IS 216 (84.77% from 255) = 53.73%

R = 20.65%
G = 25.62%
B = 53.73%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5367D8 (or 0x5367D8) is known color: Royal Blue. HEX triplet: 53, 67 and D8. RGB value is (83,103,216). Sum of RGB (Red+Green+Blue) = 83+103+216=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 216 (84.77% from 255 or 53.73% from 402); Max value from RGB is 216 - color contains mainly: blue. Hex color #5367D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367D8 is #AC9827. Grayscale: #6D6D6D. Windows color (decimal): -11311144 or 14182227. OLE color: 14182227.

HSL color Cylindrical-coordinate representation of color #5367D8: hue angle of 230.98º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5367D8 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 103 216 -
CMYK 0.62 0.52 0 0.15
HSL 230.98º 0.63% 0.59% -
HSV(B) 230.98º 0.62% 0.85% -
XYZ 20.81 16.5 67.05 -
YUV 109.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 83 103 216 0.62 0.52 0 0.15 230.98 0.63 0.59
Hex 53 67 D8 3E 34 0 F E7 3F 3B
Octal 123 147 330 76 64 0 17 347 77 73
Binary 1010011 1100111 11011000 111110 110100 0 1111 11100111 111111 111011

Color Harmonies of #5367D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5367D8

Black with #5367D8

Text Example


Text Example

White with #5367D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5367D8; }

 p { color: rgb(83,103,216); }

 H1.HeaderClassName
 {
   color: #5367D8;
 }
 .AnyTagClassName
 {
   color: #5367D8;
 }
</style>

background-color css

<style>
 a { background-color: #5367D8; }

 a { background-color: rgb(83,103,216); }

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

border-color css

<style>
 span { border-color: #5367D8; }

 span { border-color: rgb(83,103,216); }

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