Html Css Color HEX #5F5ACF Slate Blue

📋 copy color: '#5F5ACF'

red 95 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #5F5ACF

Tints of Slate Blue #5F5ACF

RGB

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

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

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

R = 24.23%
G = 22.96%
B = 52.81%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F5ACF (or 0x5F5ACF) is known color: Slate Blue. HEX triplet: 5F, 5A and CF. RGB value is (95,90,207). Sum of RGB (Red+Green+Blue) = 95+90+207=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F5ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ACF is #A0A530. Grayscale: #686868. Windows color (decimal): -10528049 or 13589087. OLE color: 13589087.

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

Color convert

RGB 95 90 207 -
CMYK 0.54 0.57 0 0.19
HSL 242.56º 0.55% 0.58% -
HSV(B) 242.56º 0.57% 0.81% -
XYZ 19.64 14.25 60.75 -
YUV 104.83 185.66 120.99 -
System Red Green Blue C M Y K H S L
Decimal 95 90 207 0.54 0.57 0 0.19 242.56 0.55 0.58
Hex 5F 5A CF 36 39 0 13 F3 37 3A
Octal 137 132 317 66 71 0 23 363 67 72
Binary 1011111 1011010 11001111 110110 111001 0 10011 11110011 110111 111010

Color Harmonies of #5F5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5ACF

Black with #5F5ACF

Text Example


Text Example

White with #5F5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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