Html Css Color HEX #5A55DF Slate Blue

📋 copy color: '#5A55DF'

red 90 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #5A55DF

Tints of Slate Blue #5A55DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 22.61%
G = 21.36%
B = 56.03%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A55DF (or 0x5A55DF) is known color: Slate Blue. HEX triplet: 5A, 55 and DF. RGB value is (90,85,223). Sum of RGB (Red+Green+Blue) = 90+85+223=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A55DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A55DF is #A5AA20. Grayscale: #656565. Windows color (decimal): -10856993 or 14636378. OLE color: 14636378.

HSL color Cylindrical-coordinate representation of color #5A55DF: hue angle of 242.17º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A55DF is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 85 223 -
CMYK 0.60 0.62 0 0.13
HSL 242.17º 0.68% 0.6% -
HSV(B) 242.17º 0.62% 0.87% -
XYZ 20.78 14 71.42 -
YUV 102.23 196.16 119.28 -
System Red Green Blue C M Y K H S L
Decimal 90 85 223 0.60 0.62 0 0.13 242.17 0.68 0.6
Hex 5A 55 DF 3C 3E 0 D F2 44 3C
Octal 132 125 337 74 76 0 15 362 104 74
Binary 1011010 1010101 11011111 111100 111110 0 1101 11110010 1000100 111100

Color Harmonies of #5A55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A55DF

Black with #5A55DF

Text Example


Text Example

White with #5A55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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