Html Css Color HEX #5A5ED0 Slate Blue

📋 copy color: '#5A5ED0'

red 90 ◦ green 94 ◦ blue 208

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

Shades of Slate Blue #5A5ED0

Tints of Slate Blue #5A5ED0

RGB

 RED value IS 90 (35.55% from 255) = 22.96%

 GREEN value IS 94 (37.11% from 255) = 23.98%

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 22.96%
G = 23.98%
B = 53.06%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5A5ED0 (or 0x5A5ED0) is known color: Slate Blue. HEX triplet: 5A, 5E and D0. RGB value is (90,94,208). Sum of RGB (Red+Green+Blue) = 90+94+208=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A5ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5ED0 is #A5A12F. Grayscale: #696969. Windows color (decimal): -10854704 or 13655642. OLE color: 13655642.

HSL color Cylindrical-coordinate representation of color #5A5ED0: hue angle of 237.97º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A5ED0 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 94 208 -
CMYK 0.57 0.55 0 0.18
HSL 237.97º 0.56% 0.58% -
HSV(B) 237.97º 0.57% 0.82% -
XYZ 19.6 14.73 61.49 -
YUV 105.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 90 94 208 0.57 0.55 0 0.18 237.97 0.56 0.58
Hex 5A 5E D0 39 37 0 12 EE 38 3A
Octal 132 136 320 71 67 0 22 356 70 72
Binary 1011010 1011110 11010000 111001 110111 0 10010 11101110 111000 111010

Color Harmonies of #5A5ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5ED0

Black with #5A5ED0

Text Example


Text Example

White with #5A5ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,94,208); }

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

background-color css

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

 a { background-color: rgb(90,94,208); }

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

border-color css

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

 span { border-color: rgb(90,94,208); }

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