Html Css Color HEX #5D6ADC Royal Blue

📋 copy color: '#5D6ADC'

red 93 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #5D6ADC

Tints of Royal Blue #5D6ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 22.2%
G = 25.3%
B = 52.51%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D6ADC (or 0x5D6ADC) is known color: Royal Blue. HEX triplet: 5D, 6A and DC. RGB value is (93,106,220). Sum of RGB (Red+Green+Blue) = 93+106+220=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D6ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6ADC is #A29523. Grayscale: #727272. Windows color (decimal): -10655012 or 14445149. OLE color: 14445149.

HSL color Cylindrical-coordinate representation of color #5D6ADC: hue angle of 233.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D6ADC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 106 220 -
CMYK 0.58 0.52 0 0.14
HSL 233.86º 0.64% 0.61% -
HSV(B) 233.86º 0.58% 0.86% -
XYZ 22.59 17.8 69.96 -
YUV 115.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 93 106 220 0.58 0.52 0 0.14 233.86 0.64 0.61
Hex 5D 6A DC 3A 34 0 E EA 40 3D
Octal 135 152 334 72 64 0 16 352 100 75
Binary 1011101 1101010 11011100 111010 110100 0 1110 11101010 1000000 111101

Color Harmonies of #5D6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6ADC

Black with #5D6ADC

Text Example


Text Example

White with #5D6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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