Html Css Color HEX #5D6EEC Royal Blue

📋 copy color: '#5D6EEC'

red 93 ◦ green 110 ◦ blue 236

#5D6EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5D6EEC

Tints of Royal Blue #5D6EEC

RGB

 RED value IS 93 (36.72% from 255) = 21.18%

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 236 (92.58% from 255) = 53.76%

R = 21.18%
G = 25.06%
B = 53.76%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D6EEC (or 0x5D6EEC) is known color: Royal Blue. HEX triplet: 5D, 6E and EC. RGB value is (93,110,236). Sum of RGB (Red+Green+Blue) = 93+110+236=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D6EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6EEC is #A29113. Grayscale: #767676. Windows color (decimal): -10653972 or 15494749. OLE color: 15494749.

HSL color Cylindrical-coordinate representation of color #5D6EEC: hue angle of 232.87º 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 #5D6EEC is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 110 236 -
CMYK 0.61 0.53 0 0.07
HSL 232.87º 0.79% 0.65% -
HSV(B) 232.87º 0.61% 0.93% -
XYZ 25.23 19.54 81.8 -
YUV 119.28 193.87 109.25 -
System Red Green Blue C M Y K H S L
Decimal 93 110 236 0.61 0.53 0 0.07 232.87 0.79 0.65
Hex 5D 6E EC 3D 35 0 7 E9 4F 41
Octal 135 156 354 75 65 0 7 351 117 101
Binary 1011101 1101110 11101100 111101 110101 0 111 11101001 1001111 1000001

Color Harmonies of #5D6EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6EEC

Black with #5D6EEC

Text Example


Text Example

White with #5D6EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D6EEC;
 }
 .AnyTagClassName
 {
   color: #5D6EEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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