Html Css Color HEX #5A42CA Slate Blue

📋 copy color: '#5A42CA'

red 90 ◦ green 66 ◦ blue 202

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

Shades of Slate Blue #5A42CA

Tints of Slate Blue #5A42CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 202 (79.3% from 255) = 56.42%

R = 25.14%
G = 18.44%
B = 56.42%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A42CA (or 0x5A42CA) is known color: Slate Blue. HEX triplet: 5A, 42 and CA. RGB value is (90,66,202). Sum of RGB (Red+Green+Blue) = 90+66+202=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A42CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A42CA is #A5BD35. Grayscale: #585858. Windows color (decimal): -10861878 or 13255258. OLE color: 13255258.

HSL color Cylindrical-coordinate representation of color #5A42CA: hue angle of 250.59º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A42CA is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 66 202 -
CMYK 0.55 0.67 0 0.21
HSL 250.59º 0.56% 0.53% -
HSV(B) 250.59º 0.67% 0.79% -
XYZ 16.83 10.33 56.99 -
YUV 88.68 191.95 128.94 -
System Red Green Blue C M Y K H S L
Decimal 90 66 202 0.55 0.67 0 0.21 250.59 0.56 0.53
Hex 5A 42 CA 37 43 0 15 FB 38 35
Octal 132 102 312 67 103 0 25 373 70 65
Binary 1011010 1000010 11001010 110111 1000011 0 10101 11111011 111000 110101

Color Harmonies of #5A42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A42CA

Black with #5A42CA

Text Example


Text Example

White with #5A42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,202); }

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

background-color css

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

 a { background-color: rgb(90,66,202); }

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

border-color css

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

 span { border-color: rgb(90,66,202); }

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