#5875E1

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

Shades of Royal Blue #5875E1

Tints of Royal Blue #5875E1

Color information

#5875E1 (or 0x5875E1) is unknown color: approx Royal Blue. HEX triplet: 58, 75 and E1. RGB value is (88,117,225). Sum of RGB (Red+Green+Blue) = 88+117+225=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #5875E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875E1 is #A78A1E. Grayscale: #787878. Windows color (decimal): -10979871 or 14775640. OLE color: 14775640.

HSL color Cylindrical-coordinate representation of color #5875E1: hue angle of 227.3º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5875E1 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB88117225-
CMYK0.610.4800.12
HSL227.3º69.54%61.37%-
HSV(B)227.3º60.89%88.24%-
XYZ23.9820.2373.88-
YUV120.64186.89104.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.47%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 225 (88.28% from 255) = 52.33%
R=20.47%
G=27.21%
B=52.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal881172250.610.4800.12227.369.5461.37
Hex5875E13D300Ce3463d
Octal130165341756001434310675
Binary101100011101011110000111110111000001100111000111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5875E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5875E1; }

 p { color: rgb(88,117,225); }

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

<style>
 a { background-color: #5875E1; }

 a { background-color: rgb(88,117,225); }

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

<style>
 span { border-color: #5875E1; }

 span { border-color: rgb(88,117,225); }

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