Html Css Color HEX #5A51CF Slate Blue

📋 copy color: '#5A51CF'

red 90 ◦ green 81 ◦ blue 207

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

Shades of Slate Blue #5A51CF

Tints of Slate Blue #5A51CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

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

R = 23.81%
G = 21.43%
B = 54.76%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A51CF (or 0x5A51CF) is known color: Slate Blue. HEX triplet: 5A, 51 and CF. RGB value is (90,81,207). Sum of RGB (Red+Green+Blue) = 90+81+207=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A51CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A51CF is #A5AE30. Grayscale: #616161. Windows color (decimal): -10858033 or 13586778. OLE color: 13586778.

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

Color convert

RGB 90 81 207 -
CMYK 0.57 0.61 0 0.19
HSL 244.29º 0.57% 0.56% -
HSV(B) 244.29º 0.61% 0.81% -
XYZ 18.42 12.56 60.49 -
YUV 98.06 189.48 122.25 -
System Red Green Blue C M Y K H S L
Decimal 90 81 207 0.57 0.61 0 0.19 244.29 0.57 0.56
Hex 5A 51 CF 39 3D 0 13 F4 39 38
Octal 132 121 317 71 75 0 23 364 71 70
Binary 1011010 1010001 11001111 111001 111101 0 10011 11110100 111001 111000

Color Harmonies of #5A51CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A51CF

Black with #5A51CF

Text Example


Text Example

White with #5A51CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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