#5761DE

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

Shades of Royal Blue #5761DE

Tints of Royal Blue #5761DE

Color information

#5761DE (or 0x5761DE) is unknown color: approx Royal Blue. HEX triplet: 57, 61 and DE. RGB value is (87,97,222). Sum of RGB (Red+Green+Blue) = 87+97+222=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #5761DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5761DE is #A89E21. Grayscale: #6B6B6B. Windows color (decimal): -11050530 or 14573911. OLE color: 14573911.

HSL color Cylindrical-coordinate representation of color #5761DE: hue angle of 235.56º degrees, saturation: 0.67, 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 #5761DE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8797222-
CMYK0.610.5600.13
HSL235.56º67.16%60.59%-
HSV(B)235.56º60.81%87.06%-
XYZ21.3915.8571.04-
YUV108.26192.19112.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.43%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 222 (87.11% from 255) = 54.68%
R=21.43%
G=23.89%
B=54.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87972220.610.5600.13235.5667.1660.59
Hex5761DE3D380Dec433d
Octal127141336757001535410375
Binary101011111000011101111011110111100001101111011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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