Html Css Color HEX #5A40CF Slate Blue

📋 copy color: '#5A40CF'

red 90 ◦ green 64 ◦ blue 207

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

Shades of Slate Blue #5A40CF

Tints of Slate Blue #5A40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 24.93%
G = 17.73%
B = 57.34%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A40CF (or 0x5A40CF) is known color: Slate Blue. HEX triplet: 5A, 40 and CF. RGB value is (90,64,207). Sum of RGB (Red+Green+Blue) = 90+64+207=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A40CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40CF is #A5BF30. Grayscale: #575757. Windows color (decimal): -10862385 or 13582426. OLE color: 13582426.

HSL color Cylindrical-coordinate representation of color #5A40CF: hue angle of 250.91º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A40CF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 64 207 -
CMYK 0.57 0.69 0 0.19
HSL 250.91º 0.6% 0.53% -
HSV(B) 250.91º 0.69% 0.81% -
XYZ 17.31 10.35 60.12 -
YUV 88.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 90 64 207 0.57 0.69 0 0.19 250.91 0.6 0.53
Hex 5A 40 CF 39 45 0 13 FB 3C 35
Octal 132 100 317 71 105 0 23 373 74 65
Binary 1011010 1000000 11001111 111001 1000101 0 10011 11111011 111100 110101

Color Harmonies of #5A40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A40CF

Black with #5A40CF

Text Example


Text Example

White with #5A40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,64,207); }

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

background-color css

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

 a { background-color: rgb(90,64,207); }

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

border-color css

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

 span { border-color: rgb(90,64,207); }

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