#5D6CEC

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

Shades of Royal Blue #5D6CEC

Tints of Royal Blue #5D6CEC

Color information

#5D6CEC (or 0x5D6CEC) is unknown color: approx Royal Blue. HEX triplet: 5D, 6C and EC. RGB value is (93,108,236). Sum of RGB (Red+Green+Blue) = 93+108+236=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D6CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6CEC is #A29313. Grayscale: #757575. Windows color (decimal): -10654484 or 15494237. OLE color: 15494237.

HSL color Cylindrical-coordinate representation of color #5D6CEC: hue angle of 233.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D6CEC is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93108236-
CMYK0.610.5400.07
HSL233.71º79.01%64.51%-
HSV(B)233.71º60.59%92.55%-
XYZ25.0219.1181.73-
YUV118.11194.53110.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.28%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 236 (92.58% from 255) = 54.00%
R=21.28%
G=24.71%
B=54.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931082360.610.5400.07233.7179.0164.51
Hex5D6CEC3D3607ea4f41
Octal135154354756607352117101
Binary101110111011001110110011110111011001111110101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,108,236); }

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

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

 a { background-color: rgb(93,108,236); }

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

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

 span { border-color: rgb(93,108,236); }

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