#5D75D7

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

Shades of Royal Blue #5D75D7

Tints of Royal Blue #5D75D7

Color information

#5D75D7 (or 0x5D75D7) is unknown color: approx Royal Blue. HEX triplet: 5D, 75 and D7. RGB value is (93,117,215). Sum of RGB (Red+Green+Blue) = 93+117+215=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #5D75D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D75D7 is #A28A28. Grayscale: #787878. Windows color (decimal): -10652201 or 14120285. OLE color: 14120285.

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

Color convert

RGB93117215-
CMYK0.570.4600.16
HSL228.2º60.4%60.39%-
HSV(B)228.2º56.74%84.31%-
XYZ23.1419.9666.92-
YUV121181.05108.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.88%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 215 (84.38% from 255) = 50.59%
R=21.88%
G=27.53%
B=50.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal931172150.570.4600.16228.260.460.39
Hex5D75D7392E010e43c3c
Octal13516532771560203447474
Binary101110111101011101011111100110111001000011100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D75D7; }

 p { color: rgb(93,117,215); }

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

<style>
 a { background-color: #5D75D7; }

 a { background-color: rgb(93,117,215); }

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

<style>
 span { border-color: #5D75D7; }

 span { border-color: rgb(93,117,215); }

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