#5875D5

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

Shades of Royal Blue #5875D5

Tints of Royal Blue #5875D5

Color information

#5875D5 (or 0x5875D5) is unknown color: approx Royal Blue. HEX triplet: 58, 75 and D5. RGB value is (88,117,213). Sum of RGB (Red+Green+Blue) = 88+117+213=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #5875D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875D5 is #A78A2A. Grayscale: #767676. Windows color (decimal): -10979883 or 13989208. OLE color: 13989208.

HSL color Cylindrical-coordinate representation of color #5875D5: hue angle of 226.08º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5875D5 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB88117213-
CMYK0.590.4500.16
HSL226.08º59.81%59.02%-
HSV(B)226.08º58.69%83.53%-
XYZ22.419.665.55-
YUV119.27180.89105.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.05%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 213 (83.59% from 255) = 50.96%
R=21.05%
G=27.99%
B=50.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal881172130.590.4500.16226.0859.8159.02
Hex5875D53B2D010e23c3b
Octal13016532573550203427473
Binary101100011101011101010111101110110101000011100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5875D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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