#5761E6

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

Shades of Royal Blue #5761E6

Tints of Royal Blue #5761E6

Color information

#5761E6 (or 0x5761E6) is unknown color: approx Royal Blue. HEX triplet: 57, 61 and E6. RGB value is (87,97,230). Sum of RGB (Red+Green+Blue) = 87+97+230=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #5761E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5761E6 is #A89E19. Grayscale: #6C6C6C. Windows color (decimal): -11050522 or 15098199. OLE color: 15098199.

HSL color Cylindrical-coordinate representation of color #5761E6: hue angle of 235.8º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5761E6 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8797230-
CMYK0.620.5800.10
HSL235.8º74.09%62.16%-
HSV(B)235.8º62.17%90.2%-
XYZ22.4916.2976.82-
YUV109.17196.19112.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.01%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 230 (90.23% from 255) = 55.56%
R=21.01%
G=23.43%
B=55.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal87972300.620.5800.10235.874.0962.16
Hex5761E63E3A0Aec4a3e
Octal127141346767201235411276
Binary101011111000011110011011111011101001010111011001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5761E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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