Html Css Color HEX #5167D7 Royal Blue

📋 copy color: '#5167D7'

red 81 ◦ green 103 ◦ blue 215

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

Shades of Royal Blue #5167D7

Tints of Royal Blue #5167D7

RGB

 RED value IS 81 (32.03% from 255) = 20.3%

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

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

R = 20.3%
G = 25.81%
B = 53.88%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5167D7 (or 0x5167D7) is known color: Royal Blue. HEX triplet: 51, 67 and D7. RGB value is (81,103,215). Sum of RGB (Red+Green+Blue) = 81+103+215=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #5167D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5167D7 is #AE9828. Grayscale: #6C6C6C. Windows color (decimal): -11442217 or 14116689. OLE color: 14116689.

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

Color convert

RGB 81 103 215 -
CMYK 0.62 0.52 0 0.16
HSL 230.15º 0.63% 0.58% -
HSV(B) 230.15º 0.62% 0.84% -
XYZ 20.51 16.36 66.37 -
YUV 109.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 81 103 215 0.62 0.52 0 0.16 230.15 0.63 0.58
Hex 51 67 D7 3E 34 0 10 E6 3F 3A
Octal 121 147 327 76 64 0 20 346 77 72
Binary 1010001 1100111 11010111 111110 110100 0 10000 11100110 111111 111010

Color Harmonies of #5167D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5167D7

Black with #5167D7

Text Example


Text Example

White with #5167D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,103,215); }

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

background-color css

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

 a { background-color: rgb(81,103,215); }

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

border-color css

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

 span { border-color: rgb(81,103,215); }

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