Html Css Color HEX #5677FA Royal Blue

📋 copy color: '#5677FA'

red 86 ◦ green 119 ◦ blue 250

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

Shades of Royal Blue #5677FA

Tints of Royal Blue #5677FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.15%

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

R = 18.9%
G = 26.15%
B = 54.95%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5677FA (or 0x5677FA) is known color: Royal Blue. HEX triplet: 56, 77 and FA. RGB value is (86,119,250). Sum of RGB (Red+Green+Blue) = 86+119+250=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #5677FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5677FA is #A98805. Grayscale: #7B7B7B. Windows color (decimal): -11110406 or 16414550. OLE color: 16414550.

HSL color Cylindrical-coordinate representation of color #5677FA: hue angle of 227.93º 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 #5677FA is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 119 250 -
CMYK 0.66 0.52 0 0.02
HSL 227.93º 0.94% 0.66% -
HSV(B) 227.93º 0.66% 0.98% -
XYZ 27.69 22.07 93.24 -
YUV 124.07 199.07 100.85 -
System Red Green Blue C M Y K H S L
Decimal 86 119 250 0.66 0.52 0 0.02 227.93 0.94 0.66
Hex 56 77 FA 42 34 0 2 E4 5E 42
Octal 126 167 372 102 64 0 2 344 136 102
Binary 1010110 1110111 11111010 1000010 110100 0 10 11100100 1011110 1000010

Color Harmonies of #5677FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5677FA

Black with #5677FA

Text Example


Text Example

White with #5677FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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