Html Css Color HEX #5677D7 Royal Blue

📋 copy color: '#5677D7'

red 86 ◦ green 119 ◦ blue 215

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

Shades of Royal Blue #5677D7

Tints of Royal Blue #5677D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.19%

R = 20.48%
G = 28.33%
B = 51.19%

CMYK

 C value IS 0.6

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5677D7 (or 0x5677D7) is known color: Royal Blue. HEX triplet: 56, 77 and D7. RGB value is (86,119,215). Sum of RGB (Red+Green+Blue) = 86+119+215=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #5677D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5677D7 is #A98828. Grayscale: #777777. Windows color (decimal): -11110441 or 14120790. OLE color: 14120790.

HSL color Cylindrical-coordinate representation of color #5677D7: hue angle of 224.65º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5677D7 is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 119 215 -
CMYK 0.6 0.45 0 0.16
HSL 224.65º 0.62% 0.59% -
HSV(B) 224.65º 0.6% 0.84% -
XYZ 22.7 20.08 66.97 -
YUV 120.08 181.57 103.69 -
System Red Green Blue C M Y K H S L
Decimal 86 119 215 0.6 0.45 0 0.16 224.65 0.62 0.59
Hex 56 77 D7 3C 2D 0 10 E1 3E 3B
Octal 126 167 327 74 55 0 20 341 76 73
Binary 1010110 1110111 11010111 111100 101101 0 10000 11100001 111110 111011

Color Harmonies of #5677D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5677D7

Black with #5677D7

Text Example


Text Example

White with #5677D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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