Html Css Color HEX #5576DF Royal Blue

📋 copy color: '#5576DF'

red 85 ◦ green 118 ◦ blue 223

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

Shades of Royal Blue #5576DF

Tints of Royal Blue #5576DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 19.95%
G = 27.7%
B = 52.35%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5576DF (or 0x5576DF) is known color: Royal Blue. HEX triplet: 55, 76 and DF. RGB value is (85,118,223). Sum of RGB (Red+Green+Blue) = 85+118+223=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #5576DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5576DF is #AA8920. Grayscale: #777777. Windows color (decimal): -11176225 or 14644821. OLE color: 14644821.

HSL color Cylindrical-coordinate representation of color #5576DF: hue angle of 225.65º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5576DF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 118 223 -
CMYK 0.62 0.47 0 0.13
HSL 225.65º 0.68% 0.6% -
HSV(B) 225.65º 0.62% 0.87% -
XYZ 23.54 20.22 72.47 -
YUV 120.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 85 118 223 0.62 0.47 0 0.13 225.65 0.68 0.6
Hex 55 76 DF 3E 2F 0 D E2 44 3C
Octal 125 166 337 76 57 0 15 342 104 74
Binary 1010101 1110110 11011111 111110 101111 0 1101 11100010 1000100 111100

Color Harmonies of #5576DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5576DF

Black with #5576DF

Text Example


Text Example

White with #5576DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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