Html Css Color HEX #5D66EC Royal Blue

📋 copy color: '#5D66EC'

red 93 ◦ green 102 ◦ blue 236

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

Shades of Royal Blue #5D66EC

Tints of Royal Blue #5D66EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

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

R = 21.58%
G = 23.67%
B = 54.76%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D66EC (or 0x5D66EC) is known color: Royal Blue. HEX triplet: 5D, 66 and EC. RGB value is (93,102,236). Sum of RGB (Red+Green+Blue) = 93+102+236=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D66EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D66EC is #A29913. Grayscale: #727272. Windows color (decimal): -10656020 or 15492701. OLE color: 15492701.

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

Color convert

RGB 93 102 236 -
CMYK 0.61 0.57 0 0.07
HSL 236.22º 0.79% 0.65% -
HSV(B) 236.22º 0.61% 0.93% -
XYZ 24.41 17.89 81.52 -
YUV 114.59 196.52 112.6 -
System Red Green Blue C M Y K H S L
Decimal 93 102 236 0.61 0.57 0 0.07 236.22 0.79 0.65
Hex 5D 66 EC 3D 39 0 7 EC 4F 41
Octal 135 146 354 75 71 0 7 354 117 101
Binary 1011101 1100110 11101100 111101 111001 0 111 11101100 1001111 1000001

Color Harmonies of #5D66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D66EC

Black with #5D66EC

Text Example


Text Example

White with #5D66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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