Html Css Color HEX #5366D9 Royal Blue

📋 copy color: '#5366D9'

red 83 ◦ green 102 ◦ blue 217

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

Shades of Royal Blue #5366D9

Tints of Royal Blue #5366D9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

 BLUE value IS 217 (85.16% from 255) = 53.98%

R = 20.65%
G = 25.37%
B = 53.98%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5366D9 (or 0x5366D9) is known color: Royal Blue. HEX triplet: 53, 66 and D9. RGB value is (83,102,217). Sum of RGB (Red+Green+Blue) = 83+102+217=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #5366D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366D9 is #AC9926. Grayscale: #6C6C6C. Windows color (decimal): -11311399 or 14247507. OLE color: 14247507.

HSL color Cylindrical-coordinate representation of color #5366D9: hue angle of 231.49º degrees, saturation: 0.64, 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 #5366D9 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 102 217 -
CMYK 0.62 0.53 0 0.15
HSL 231.49º 0.64% 0.59% -
HSV(B) 231.49º 0.62% 0.85% -
XYZ 20.84 16.35 67.7 -
YUV 109.43 188.71 109.15 -
System Red Green Blue C M Y K H S L
Decimal 83 102 217 0.62 0.53 0 0.15 231.49 0.64 0.59
Hex 53 66 D9 3E 35 0 F E7 40 3B
Octal 123 146 331 76 65 0 17 347 100 73
Binary 1010011 1100110 11011001 111110 110101 0 1111 11100111 1000000 111011

Color Harmonies of #5366D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5366D9

Black with #5366D9

Text Example


Text Example

White with #5366D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5366D9; }

 p { color: rgb(83,102,217); }

 H1.HeaderClassName
 {
   color: #5366D9;
 }
 .AnyTagClassName
 {
   color: #5366D9;
 }
</style>

background-color css

<style>
 a { background-color: #5366D9; }

 a { background-color: rgb(83,102,217); }

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

border-color css

<style>
 span { border-color: #5366D9; }

 span { border-color: rgb(83,102,217); }

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