Html Css Color HEX #5A52CD Slate Blue

📋 copy color: '#5A52CD'

red 90 ◦ green 82 ◦ blue 205

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

Shades of Slate Blue #5A52CD

Tints of Slate Blue #5A52CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 205 (80.47% from 255) = 54.38%

R = 23.87%
G = 21.75%
B = 54.38%

CMYK

 C value IS 0.56

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A52CD (or 0x5A52CD) is known color: Slate Blue. HEX triplet: 5A, 52 and CD. RGB value is (90,82,205). Sum of RGB (Red+Green+Blue) = 90+82+205=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A52CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A52CD is #A5AD32. Grayscale: #616161. Windows color (decimal): -10857779 or 13455962. OLE color: 13455962.

HSL color Cylindrical-coordinate representation of color #5A52CD: hue angle of 243.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A52CD is Cyan = 0.56, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 82 205 -
CMYK 0.56 0.6 0 0.20
HSL 243.9º 0.55% 0.56% -
HSV(B) 243.9º 0.6% 0.8% -
XYZ 18.25 12.62 59.23 -
YUV 98.41 188.15 122 -
System Red Green Blue C M Y K H S L
Decimal 90 82 205 0.56 0.6 0 0.20 243.9 0.55 0.56
Hex 5A 52 CD 38 3C 0 14 F4 37 38
Octal 132 122 315 70 74 0 24 364 67 70
Binary 1011010 1010010 11001101 111000 111100 0 10100 11110100 110111 111000

Color Harmonies of #5A52CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A52CD

Black with #5A52CD

Text Example


Text Example

White with #5A52CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,82,205); }

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

background-color css

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

 a { background-color: rgb(90,82,205); }

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

border-color css

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

 span { border-color: rgb(90,82,205); }

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