Html Css Color HEX #5F5ADD Slate Blue

📋 copy color: '#5F5ADD'

red 95 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #5F5ADD

Tints of Slate Blue #5F5ADD

RGB

 RED value IS 95 (37.5% from 255) = 23.4%

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 221 (86.72% from 255) = 54.43%

R = 23.4%
G = 22.17%
B = 54.43%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F5ADD (or 0x5F5ADD) is known color: Slate Blue. HEX triplet: 5F, 5A and DD. RGB value is (95,90,221). Sum of RGB (Red+Green+Blue) = 95+90+221=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F5ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ADD is #A0A522. Grayscale: #696969. Windows color (decimal): -10528035 or 14506591. OLE color: 14506591.

HSL color Cylindrical-coordinate representation of color #5F5ADD: hue angle of 242.29º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F5ADD is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 90 221 -
CMYK 0.57 0.59 0 0.13
HSL 242.29º 0.66% 0.61% -
HSV(B) 242.29º 0.59% 0.87% -
XYZ 21.43 14.97 70.17 -
YUV 106.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 95 90 221 0.57 0.59 0 0.13 242.29 0.66 0.61
Hex 5F 5A DD 39 3B 0 D F2 42 3D
Octal 137 132 335 71 73 0 15 362 102 75
Binary 1011111 1011010 11011101 111001 111011 0 1101 11110010 1000010 111101

Color Harmonies of #5F5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5ADD

Black with #5F5ADD

Text Example


Text Example

White with #5F5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,90,221); }

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

background-color css

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

 a { background-color: rgb(95,90,221); }

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

border-color css

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

 span { border-color: rgb(95,90,221); }

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