Html Css Color HEX #5673D7 Royal Blue

📋 copy color: '#5673D7'

red 86 ◦ green 115 ◦ blue 215

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

Shades of Royal Blue #5673D7

Tints of Royal Blue #5673D7

RGB

 RED value IS 86 (33.98% from 255) = 20.67%

 GREEN value IS 115 (45.31% from 255) = 27.64%

 BLUE value IS 215 (84.38% from 255) = 51.68%

R = 20.67%
G = 27.64%
B = 51.68%

CMYK

 C value IS 0.6

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5673D7 (or 0x5673D7) is known color: Royal Blue. HEX triplet: 56, 73 and D7. RGB value is (86,115,215). Sum of RGB (Red+Green+Blue) = 86+115+215=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #5673D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673D7 is #A98C28. Grayscale: #757575. Windows color (decimal): -11111465 or 14119766. OLE color: 14119766.

HSL color Cylindrical-coordinate representation of color #5673D7: hue angle of 226.51º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5673D7 is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 115 215 -
CMYK 0.6 0.47 0 0.16
HSL 226.51º 0.62% 0.59% -
HSV(B) 226.51º 0.6% 0.84% -
XYZ 22.23 19.15 66.81 -
YUV 117.73 182.89 105.37 -
System Red Green Blue C M Y K H S L
Decimal 86 115 215 0.6 0.47 0 0.16 226.51 0.62 0.59
Hex 56 73 D7 3C 2F 0 10 E3 3E 3B
Octal 126 163 327 74 57 0 20 343 76 73
Binary 1010110 1110011 11010111 111100 101111 0 10000 11100011 111110 111011

Color Harmonies of #5673D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5673D7

Black with #5673D7

Text Example


Text Example

White with #5673D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5673D7; }

 p { color: rgb(86,115,215); }

 H1.HeaderClassName
 {
   color: #5673D7;
 }
 .AnyTagClassName
 {
   color: #5673D7;
 }
</style>

background-color css

<style>
 a { background-color: #5673D7; }

 a { background-color: rgb(86,115,215); }

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

border-color css

<style>
 span { border-color: #5673D7; }

 span { border-color: rgb(86,115,215); }

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