#5D6FDD

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

Shades of Royal Blue #5D6FDD

Tints of Royal Blue #5D6FDD

Color information

#5D6FDD (or 0x5D6FDD) is unknown color: approx Royal Blue. HEX triplet: 5D, 6F and DD. RGB value is (93,111,221). Sum of RGB (Red+Green+Blue) = 93+111+221=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D6FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6FDD is #A29022. Grayscale: #757575. Windows color (decimal): -10653731 or 14511965. OLE color: 14511965.

HSL color Cylindrical-coordinate representation of color #5D6FDD: hue angle of 231.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D6FDD is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93111221-
CMYK0.580.5000.13
HSL231.56º65.31%61.57%-
HSV(B)231.56º57.92%86.67%-
XYZ23.2518.9270.83-
YUV118.16186.04110.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.88%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 221 (86.72% from 255) = 52%
R=21.88%
G=26.12%
B=52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931112210.580.5000.13231.5665.3161.57
Hex5D6FDD3A320De8413e
Octal135157335726201535010176
Binary101110111011111101110111101011001001101111010001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,111,221); }

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

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

 a { background-color: rgb(93,111,221); }

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

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

 span { border-color: rgb(93,111,221); }

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