Html Css Color HEX #5771FF Royal Blue

📋 copy color: '#5771FF'

red 87 ◦ green 113 ◦ blue 255

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

Shades of Royal Blue #5771FF

Tints of Royal Blue #5771FF

RGB

 RED value IS 87 (34.38% from 255) = 19.12%

 GREEN value IS 113 (44.53% from 255) = 24.84%

 BLUE value IS 255 (100% from 255) = 56.04%

R = 19.12%
G = 24.84%
B = 56.04%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5771FF (or 0x5771FF) is known color: Royal Blue. HEX triplet: 57, 71 and FF. RGB value is (87,113,255). Sum of RGB (Red+Green+Blue) = 87+113+255=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #5771FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5771FF is #A88E00. Grayscale: #787878. Windows color (decimal): -11046401 or 16740695. OLE color: 16740695.

HSL color Cylindrical-coordinate representation of color #5771FF: hue angle of 230.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5771FF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 113 255 -
CMYK 0.66 0.56 0 0
HSL 230.71º 1% 0.67% -
HSV(B) 230.71º 0.66% 1% -
XYZ 27.89 21.06 97.2 -
YUV 121.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 87 113 255 0.66 0.56 0 0 230.71 1 0.67
Hex 57 71 FF 42 38 0 0 E7 64 43
Octal 127 161 377 102 70 0 0 347 144 103
Binary 1010111 1110001 11111111 1000010 111000 0 0 11100111 1100100 1000011

Color Harmonies of #5771FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5771FF

Black with #5771FF

Text Example


Text Example

White with #5771FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5771FF; }

 p { color: rgb(87,113,255); }

 H1.HeaderClassName
 {
   color: #5771FF;
 }
 .AnyTagClassName
 {
   color: #5771FF;
 }
</style>

background-color css

<style>
 a { background-color: #5771FF; }

 a { background-color: rgb(87,113,255); }

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

border-color css

<style>
 span { border-color: #5771FF; }

 span { border-color: rgb(87,113,255); }

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