Html Css Color HEX #5F44CA Slate Blue

📋 copy color: '#5F44CA'

red 95 ◦ green 68 ◦ blue 202

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

Shades of Slate Blue #5F44CA

Tints of Slate Blue #5F44CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 26.03%
G = 18.63%
B = 55.34%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5F44CA (or 0x5F44CA) is known color: Slate Blue. HEX triplet: 5F, 44 and CA. RGB value is (95,68,202). Sum of RGB (Red+Green+Blue) = 95+68+202=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F44CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F44CA is #A0BB35. Grayscale: #5A5A5A. Windows color (decimal): -10533686 or 13255775. OLE color: 13255775.

HSL color Cylindrical-coordinate representation of color #5F44CA: hue angle of 252.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F44CA is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 68 202 -
CMYK 0.53 0.66 0 0.21
HSL 252.09º 0.56% 0.53% -
HSV(B) 252.09º 0.66% 0.79% -
XYZ 17.45 10.83 57.05 -
YUV 91.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 95 68 202 0.53 0.66 0 0.21 252.09 0.56 0.53
Hex 5F 44 CA 35 42 0 15 FC 38 35
Octal 137 104 312 65 102 0 25 374 70 65
Binary 1011111 1000100 11001010 110101 1000010 0 10101 11111100 111000 110101

Color Harmonies of #5F44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F44CA

Black with #5F44CA

Text Example


Text Example

White with #5F44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,68,202); }

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

background-color css

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

 a { background-color: rgb(95,68,202); }

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

border-color css

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

 span { border-color: rgb(95,68,202); }

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