Html Css Color HEX #5576FF Royal Blue

📋 copy color: '#5576FF'

red 85 ◦ green 118 ◦ blue 255

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

Shades of Royal Blue #5576FF

Tints of Royal Blue #5576FF

RGB

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

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

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

R = 18.56%
G = 25.76%
B = 55.68%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5576FF (or 0x5576FF) is known color: Royal Blue. HEX triplet: 55, 76 and FF. RGB value is (85,118,255). Sum of RGB (Red+Green+Blue) = 85+118+255=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #5576FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5576FF is #AA8900. Grayscale: #7B7B7B. Windows color (decimal): -11176193 or 16741973. OLE color: 16741973.

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

Color convert

RGB 85 118 255 -
CMYK 0.67 0.54 0 0
HSL 228.35º 1% 0.67% -
HSV(B) 228.35º 0.67% 1% -
XYZ 28.27 22.11 97.38 -
YUV 123.75 202.07 100.36 -
System Red Green Blue C M Y K H S L
Decimal 85 118 255 0.67 0.54 0 0 228.35 1 0.67
Hex 55 76 FF 43 36 0 0 E4 64 43
Octal 125 166 377 103 66 0 0 344 144 103
Binary 1010101 1110110 11111111 1000011 110110 0 0 11100100 1100100 1000011

Color Harmonies of #5576FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5576FF

Black with #5576FF

Text Example


Text Example

White with #5576FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,118,255); }

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

background-color css

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

 a { background-color: rgb(85,118,255); }

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

border-color css

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

 span { border-color: rgb(85,118,255); }

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