Html Css Color HEX #5367D0 Royal Blue

📋 copy color: '#5367D0'

red 83 ◦ green 103 ◦ blue 208

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

Shades of Royal Blue #5367D0

Tints of Royal Blue #5367D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.79%

R = 21.07%
G = 26.14%
B = 52.79%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5367D0 (or 0x5367D0) is known color: Royal Blue. HEX triplet: 53, 67 and D0. RGB value is (83,103,208). Sum of RGB (Red+Green+Blue) = 83+103+208=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #5367D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367D0 is #AC982F. Grayscale: #6C6C6C. Windows color (decimal): -11311152 or 13657939. OLE color: 13657939.

HSL color Cylindrical-coordinate representation of color #5367D0: hue angle of 230.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5367D0 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 103 208 -
CMYK 0.60 0.50 0 0.18
HSL 230.4º 0.57% 0.57% -
HSV(B) 230.4º 0.6% 0.82% -
XYZ 19.8 16.09 61.74 -
YUV 108.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 83 103 208 0.60 0.50 0 0.18 230.4 0.57 0.57
Hex 53 67 D0 3C 32 0 12 E6 39 39
Octal 123 147 320 74 62 0 22 346 71 71
Binary 1010011 1100111 11010000 111100 110010 0 10010 11100110 111001 111001

Color Harmonies of #5367D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5367D0

Black with #5367D0

Text Example


Text Example

White with #5367D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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