Html Css Color HEX #5D6AEC Royal Blue

📋 copy color: '#5D6AEC'

red 93 ◦ green 106 ◦ blue 236

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

Shades of Royal Blue #5D6AEC

Tints of Royal Blue #5D6AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.37%

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

R = 21.38%
G = 24.37%
B = 54.25%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D6AEC (or 0x5D6AEC) is known color: Royal Blue. HEX triplet: 5D, 6A and EC. RGB value is (93,106,236). Sum of RGB (Red+Green+Blue) = 93+106+236=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D6AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6AEC is #A29513. Grayscale: #747474. Windows color (decimal): -10654996 or 15493725. OLE color: 15493725.

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

Color convert

RGB 93 106 236 -
CMYK 0.61 0.55 0 0.07
HSL 234.55º 0.79% 0.65% -
HSV(B) 234.55º 0.61% 0.93% -
XYZ 24.81 18.69 81.66 -
YUV 116.93 195.19 110.93 -
System Red Green Blue C M Y K H S L
Decimal 93 106 236 0.61 0.55 0 0.07 234.55 0.79 0.65
Hex 5D 6A EC 3D 37 0 7 EB 4F 41
Octal 135 152 354 75 67 0 7 353 117 101
Binary 1011101 1101010 11101100 111101 110111 0 111 11101011 1001111 1000001

Color Harmonies of #5D6AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6AEC

Black with #5D6AEC

Text Example


Text Example

White with #5D6AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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