Html Css Color HEX #5940CF Slate Blue

📋 copy color: '#5940CF'

red 89 ◦ green 64 ◦ blue 207

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

Shades of Slate Blue #5940CF

Tints of Slate Blue #5940CF

RGB

 RED value IS 89 (35.16% from 255) = 24.72%

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

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

R = 24.72%
G = 17.78%
B = 57.5%

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

#5940CF (or 0x5940CF) is known color: Slate Blue. HEX triplet: 59, 40 and CF. RGB value is (89,64,207). Sum of RGB (Red+Green+Blue) = 89+64+207=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #5940CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5940CF is #A6BF30. Grayscale: #575757. Windows color (decimal): -10927921 or 13582425. OLE color: 13582425.

HSL color Cylindrical-coordinate representation of color #5940CF: hue angle of 250.49º 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 #5940CF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 64 207 -
CMYK 0.57 0.69 0 0.19
HSL 250.49º 0.6% 0.53% -
HSV(B) 250.49º 0.69% 0.81% -
XYZ 17.22 10.3 60.11 -
YUV 87.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 89 64 207 0.57 0.69 0 0.19 250.49 0.6 0.53
Hex 59 40 CF 39 45 0 13 FA 3C 35
Octal 131 100 317 71 105 0 23 372 74 65
Binary 1011001 1000000 11001111 111001 1000101 0 10011 11111010 111100 110101

Color Harmonies of #5940CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5940CF

Black with #5940CF

Text Example


Text Example

White with #5940CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5940CF; }

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

 H1.HeaderClassName
 {
   color: #5940CF;
 }
 .AnyTagClassName
 {
   color: #5940CF;
 }
</style>

background-color css

<style>
 a { background-color: #5940CF; }

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

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

border-color css

<style>
 span { border-color: #5940CF; }

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

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