Html Css Color HEX #5D6AEB Royal Blue

📋 copy color: '#5D6AEB'

red 93 ◦ green 106 ◦ blue 235

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

Shades of Royal Blue #5D6AEB

Tints of Royal Blue #5D6AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 21.43%
G = 24.42%
B = 54.15%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D6AEB (or 0x5D6AEB) is known color: Royal Blue. HEX triplet: 5D, 6A and EB. RGB value is (93,106,235). Sum of RGB (Red+Green+Blue) = 93+106+235=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D6AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D6AEB is #A29514. Grayscale: #747474. Windows color (decimal): -10654997 or 15428189. OLE color: 15428189.

HSL color Cylindrical-coordinate representation of color #5D6AEB: hue angle of 234.51º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D6AEB is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 106 235 -
CMYK 0.60 0.55 0 0.08
HSL 234.51º 0.78% 0.64% -
HSV(B) 234.51º 0.6% 0.92% -
XYZ 24.66 18.63 80.89 -
YUV 116.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 93 106 235 0.60 0.55 0 0.08 234.51 0.78 0.64
Hex 5D 6A EB 3C 37 0 8 EB 4E 40
Octal 135 152 353 74 67 0 10 353 116 100
Binary 1011101 1101010 11101011 111100 110111 0 1000 11101011 1001110 1000000

Color Harmonies of #5D6AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6AEB

Black with #5D6AEB

Text Example


Text Example

White with #5D6AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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