Html Css Color HEX #5F42DA Slate Blue

📋 copy color: '#5F42DA'

red 95 ◦ green 66 ◦ blue 218

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

Shades of Slate Blue #5F42DA

Tints of Slate Blue #5F42DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

 BLUE value IS 218 (85.55% from 255) = 57.52%

R = 25.07%
G = 17.41%
B = 57.52%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5F42DA (or 0x5F42DA) is known color: Slate Blue. HEX triplet: 5F, 42 and DA. RGB value is (95,66,218). Sum of RGB (Red+Green+Blue) = 95+66+218=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F42DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F42DA is #A0BD25. Grayscale: #5B5B5B. Windows color (decimal): -10534182 or 14303839. OLE color: 14303839.

HSL color Cylindrical-coordinate representation of color #5F42DA: hue angle of 251.45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F42DA is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 66 218 -
CMYK 0.56 0.70 0 0.15
HSL 251.45º 0.67% 0.56% -
HSV(B) 251.45º 0.7% 0.85% -
XYZ 19.32 11.39 67.51 -
YUV 92 199.11 130.14 -
System Red Green Blue C M Y K H S L
Decimal 95 66 218 0.56 0.70 0 0.15 251.45 0.67 0.56
Hex 5F 42 DA 38 46 0 F FB 43 38
Octal 137 102 332 70 106 0 17 373 103 70
Binary 1011111 1000010 11011010 111000 1000110 0 1111 11111011 1000011 111000

Color Harmonies of #5F42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F42DA

Black with #5F42DA

Text Example


Text Example

White with #5F42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,66,218); }

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

background-color css

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

 a { background-color: rgb(95,66,218); }

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

border-color css

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

 span { border-color: rgb(95,66,218); }

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