Html Css Color HEX #5676F6 Royal Blue

📋 copy color: '#5676F6'

red 86 ◦ green 118 ◦ blue 246

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

Shades of Royal Blue #5676F6

Tints of Royal Blue #5676F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.67%

R = 19.11%
G = 26.22%
B = 54.67%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5676F6 (or 0x5676F6) is known color: Royal Blue. HEX triplet: 56, 76 and F6. RGB value is (86,118,246). Sum of RGB (Red+Green+Blue) = 86+118+246=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #5676F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5676F6 is #A98909. Grayscale: #7A7A7A. Windows color (decimal): -11110666 or 16152150. OLE color: 16152150.

HSL color Cylindrical-coordinate representation of color #5676F6: hue angle of 228º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5676F6 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 118 246 -
CMYK 0.65 0.52 0 0.04
HSL 228º 0.9% 0.65% -
HSV(B) 228º 0.65% 0.96% -
XYZ 26.95 21.59 89.94 -
YUV 123.02 197.4 101.59 -
System Red Green Blue C M Y K H S L
Decimal 86 118 246 0.65 0.52 0 0.04 228 0.9 0.65
Hex 56 76 F6 41 34 0 4 E4 5A 41
Octal 126 166 366 101 64 0 4 344 132 101
Binary 1010110 1110110 11110110 1000001 110100 0 100 11100100 1011010 1000001

Color Harmonies of #5676F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5676F6

Black with #5676F6

Text Example


Text Example

White with #5676F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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