Html Css Color HEX #5167EC Royal Blue

📋 copy color: '#5167EC'

red 81 ◦ green 103 ◦ blue 236

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

Shades of Royal Blue #5167EC

Tints of Royal Blue #5167EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 19.29%
G = 24.52%
B = 56.19%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5167EC (or 0x5167EC) is known color: Royal Blue. HEX triplet: 51, 67 and EC. RGB value is (81,103,236). Sum of RGB (Red+Green+Blue) = 81+103+236=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #5167EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5167EC is #AE9813. Grayscale: #6F6F6F. Windows color (decimal): -11442196 or 15492945. OLE color: 15492945.

HSL color Cylindrical-coordinate representation of color #5167EC: hue angle of 231.48º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5167EC is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 103 236 -
CMYK 0.66 0.56 0 0.07
HSL 231.48º 0.8% 0.62% -
HSV(B) 231.48º 0.66% 0.93% -
XYZ 23.38 17.51 81.5 -
YUV 111.58 198.21 106.19 -
System Red Green Blue C M Y K H S L
Decimal 81 103 236 0.66 0.56 0 0.07 231.48 0.8 0.62
Hex 51 67 EC 42 38 0 7 E7 50 3E
Octal 121 147 354 102 70 0 7 347 120 76
Binary 1010001 1100111 11101100 1000010 111000 0 111 11100111 1010000 111110

Color Harmonies of #5167EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5167EC

Black with #5167EC

Text Example


Text Example

White with #5167EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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