Html Css Color HEX #5577FD Royal Blue

📋 copy color: '#5577FD'

red 85 ◦ green 119 ◦ blue 253

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

Shades of Royal Blue #5577FD

Tints of Royal Blue #5577FD

RGB

 RED value IS 85 (33.59% from 255) = 18.6%

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 18.6%
G = 26.04%
B = 55.36%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5577FD (or 0x5577FD) is known color: Royal Blue. HEX triplet: 55, 77 and FD. RGB value is (85,119,253). Sum of RGB (Red+Green+Blue) = 85+119+253=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #5577FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5577FD is #AA8802. Grayscale: #7B7B7B. Windows color (decimal): -11175939 or 16611157. OLE color: 16611157.

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

Color convert

RGB 85 119 253 -
CMYK 0.66 0.53 0 0.01
HSL 227.86º 0.98% 0.66% -
HSV(B) 227.86º 0.66% 0.99% -
XYZ 28.07 22.22 95.74 -
YUV 124.11 200.74 100.1 -
System Red Green Blue C M Y K H S L
Decimal 85 119 253 0.66 0.53 0 0.01 227.86 0.98 0.66
Hex 55 77 FD 42 35 0 1 E4 62 42
Octal 125 167 375 102 65 0 1 344 142 102
Binary 1010101 1110111 11111101 1000010 110101 0 1 11100100 1100010 1000010

Color Harmonies of #5577FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5577FD

Black with #5577FD

Text Example


Text Example

White with #5577FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5577FD; }

 p { color: rgb(85,119,253); }

 H1.HeaderClassName
 {
   color: #5577FD;
 }
 .AnyTagClassName
 {
   color: #5577FD;
 }
</style>

background-color css

<style>
 a { background-color: #5577FD; }

 a { background-color: rgb(85,119,253); }

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

border-color css

<style>
 span { border-color: #5577FD; }

 span { border-color: rgb(85,119,253); }

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