Html Css Color HEX #5A55DC Slate Blue

📋 copy color: '#5A55DC'

red 90 ◦ green 85 ◦ blue 220

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

Shades of Slate Blue #5A55DC

Tints of Slate Blue #5A55DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.52%

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

R = 22.78%
G = 21.52%
B = 55.7%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A55DC (or 0x5A55DC) is known color: Slate Blue. HEX triplet: 5A, 55 and DC. RGB value is (90,85,220). Sum of RGB (Red+Green+Blue) = 90+85+220=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A55DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A55DC is #A5AA23. Grayscale: #656565. Windows color (decimal): -10856996 or 14439770. OLE color: 14439770.

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

Color convert

RGB 90 85 220 -
CMYK 0.59 0.61 0 0.14
HSL 242.22º 0.66% 0.6% -
HSV(B) 242.22º 0.61% 0.86% -
XYZ 20.38 13.84 69.31 -
YUV 101.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 90 85 220 0.59 0.61 0 0.14 242.22 0.66 0.6
Hex 5A 55 DC 3B 3D 0 E F2 42 3C
Octal 132 125 334 73 75 0 16 362 102 74
Binary 1011010 1010101 11011100 111011 111101 0 1110 11110010 1000010 111100

Color Harmonies of #5A55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A55DC

Black with #5A55DC

Text Example


Text Example

White with #5A55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,85,220); }

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

background-color css

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

 a { background-color: rgb(90,85,220); }

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

border-color css

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

 span { border-color: rgb(90,85,220); }

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