Html Css Color HEX #5F57CF Slate Blue

📋 copy color: '#5F57CF'

red 95 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #5F57CF

Tints of Slate Blue #5F57CF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.37%

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

R = 24.42%
G = 22.37%
B = 53.21%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F57CF (or 0x5F57CF) is known color: Slate Blue. HEX triplet: 5F, 57 and CF. RGB value is (95,87,207). Sum of RGB (Red+Green+Blue) = 95+87+207=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F57CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F57CF is #A0A830. Grayscale: #666666. Windows color (decimal): -10528817 or 13588319. OLE color: 13588319.

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

Color convert

RGB 95 87 207 -
CMYK 0.54 0.58 0 0.19
HSL 244º 0.56% 0.58% -
HSV(B) 244º 0.58% 0.81% -
XYZ 19.39 13.75 60.66 -
YUV 103.07 186.65 122.24 -
System Red Green Blue C M Y K H S L
Decimal 95 87 207 0.54 0.58 0 0.19 244 0.56 0.58
Hex 5F 57 CF 36 3A 0 13 F4 38 3A
Octal 137 127 317 66 72 0 23 364 70 72
Binary 1011111 1010111 11001111 110110 111010 0 10011 11110100 111000 111010

Color Harmonies of #5F57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F57CF

Black with #5F57CF

Text Example


Text Example

White with #5F57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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