Html Css Color HEX #516CCC Royal Blue

📋 copy color: '#516CCC'

red 81 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #516CCC

Tints of Royal Blue #516CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.48%

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 20.61%
G = 27.48%
B = 51.91%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#516CCC (or 0x516CCC) is known color: Royal Blue. HEX triplet: 51, 6C and CC. RGB value is (81,108,204). Sum of RGB (Red+Green+Blue) = 81+108+204=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #516CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CCC is #AE9333. Grayscale: #6E6E6E. Windows color (decimal): -11440948 or 13397073. OLE color: 13397073.

HSL color Cylindrical-coordinate representation of color #516CCC: hue angle of 226.83º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516CCC is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 108 204 -
CMYK 0.60 0.47 0 0.2
HSL 226.83º 0.55% 0.56% -
HSV(B) 226.83º 0.6% 0.8% -
XYZ 19.65 16.83 59.34 -
YUV 110.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 81 108 204 0.60 0.47 0 0.2 226.83 0.55 0.56
Hex 51 6C CC 3C 2F 0 14 E3 37 38
Octal 121 154 314 74 57 0 24 343 67 70
Binary 1010001 1101100 11001100 111100 101111 0 10100 11100011 110111 111000

Color Harmonies of #516CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516CCC

Black with #516CCC

Text Example


Text Example

White with #516CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516CCC; }

 p { color: rgb(81,108,204); }

 H1.HeaderClassName
 {
   color: #516CCC;
 }
 .AnyTagClassName
 {
   color: #516CCC;
 }
</style>

background-color css

<style>
 a { background-color: #516CCC; }

 a { background-color: rgb(81,108,204); }

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

border-color css

<style>
 span { border-color: #516CCC; }

 span { border-color: rgb(81,108,204); }

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