Html Css Color HEX #5676FA Royal Blue

📋 copy color: '#5676FA'

red 86 ◦ green 118 ◦ blue 250

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

Shades of Royal Blue #5676FA

Tints of Royal Blue #5676FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.99%

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 18.94%
G = 25.99%
B = 55.07%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5676FA (or 0x5676FA) is known color: Royal Blue. HEX triplet: 56, 76 and FA. RGB value is (86,118,250). Sum of RGB (Red+Green+Blue) = 86+118+250=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #5676FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5676FA is #A98905. Grayscale: #7A7A7A. Windows color (decimal): -11110662 or 16414294. OLE color: 16414294.

HSL color Cylindrical-coordinate representation of color #5676FA: hue angle of 228.29º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5676FA is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 118 250 -
CMYK 0.66 0.53 0 0.02
HSL 228.29º 0.94% 0.66% -
HSV(B) 228.29º 0.66% 0.98% -
XYZ 27.57 21.84 93.2 -
YUV 123.48 199.4 101.27 -
System Red Green Blue C M Y K H S L
Decimal 86 118 250 0.66 0.53 0 0.02 228.29 0.94 0.66
Hex 56 76 FA 42 35 0 2 E4 5E 42
Octal 126 166 372 102 65 0 2 344 136 102
Binary 1010110 1110110 11111010 1000010 110101 0 10 11100100 1011110 1000010

Color Harmonies of #5676FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5676FA

Black with #5676FA

Text Example


Text Example

White with #5676FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5676FA; }

 p { color: rgb(86,118,250); }

 H1.HeaderClassName
 {
   color: #5676FA;
 }
 .AnyTagClassName
 {
   color: #5676FA;
 }
</style>

background-color css

<style>
 a { background-color: #5676FA; }

 a { background-color: rgb(86,118,250); }

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

border-color css

<style>
 span { border-color: #5676FA; }

 span { border-color: rgb(86,118,250); }

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