Html Css Color HEX #5A58DD Slate Blue

📋 copy color: '#5A58DD'

red 90 ◦ green 88 ◦ blue 221

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

Shades of Slate Blue #5A58DD

Tints of Slate Blue #5A58DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.06%

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 22.56%
G = 22.06%
B = 55.39%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A58DD (or 0x5A58DD) is known color: Slate Blue. HEX triplet: 5A, 58 and DD. RGB value is (90,88,221). Sum of RGB (Red+Green+Blue) = 90+88+221=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A58DD is #A5A722. Grayscale: #676767. Windows color (decimal): -10856227 or 14506074. OLE color: 14506074.

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

Color convert

RGB 90 88 221 -
CMYK 0.59 0.60 0 0.13
HSL 240.9º 0.66% 0.61% -
HSV(B) 240.9º 0.6% 0.87% -
XYZ 20.76 14.37 70.09 -
YUV 103.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 90 88 221 0.59 0.60 0 0.13 240.9 0.66 0.61
Hex 5A 58 DD 3B 3C 0 D F1 42 3D
Octal 132 130 335 73 74 0 15 361 102 75
Binary 1011010 1011000 11011101 111011 111100 0 1101 11110001 1000010 111101

Color Harmonies of #5A58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A58DD

Black with #5A58DD

Text Example


Text Example

White with #5A58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,221); }

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

background-color css

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

 a { background-color: rgb(90,88,221); }

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

border-color css

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

 span { border-color: rgb(90,88,221); }

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