#5761DF

Color #5761DF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5761DF

Tints of Royal Blue #5761DF

Color information

#5761DF (or 0x5761DF) is unknown color: approx Royal Blue. HEX triplet: 57, 61 and DF. RGB value is (87,97,223). Sum of RGB (Red+Green+Blue) = 87+97+223=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #5761DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5761DF is #A89E20. Grayscale: #6B6B6B. Windows color (decimal): -11050529 or 14639447. OLE color: 14639447.

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

Color convert

RGB8797223-
CMYK0.610.5700.13
HSL235.59º68%60.78%-
HSV(B)235.59º60.99%87.45%-
XYZ21.5215.971.75-
YUV108.37192.69112.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.38%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 223 (87.5% from 255) = 54.79%
R=21.38%
G=23.83%
B=54.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87972230.610.5700.13235.596860.78
Hex5761DF3D390Dec443d
Octal127141337757101535410475
Binary101011111000011101111111110111100101101111011001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,97,223); }

 H1.HeaderClassName
 {
   color: #5761DF;
 }
 .AnyTagClassName
 {
   color: #5761DF;
 }
</style>
background-color css

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

 a { background-color: rgb(87,97,223); }

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

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

 span { border-color: rgb(87,97,223); }

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