Html Css Color HEX #5F55DC Slate Blue

📋 copy color: '#5F55DC'

red 95 ◦ green 85 ◦ blue 220

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

Shades of Slate Blue #5F55DC

Tints of Slate Blue #5F55DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 23.75%
G = 21.25%
B = 55%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F55DC (or 0x5F55DC) is known color: Slate Blue. HEX triplet: 5F, 55 and DC. RGB value is (95,85,220). Sum of RGB (Red+Green+Blue) = 95+85+220=400 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F55DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F55DC is #A0AA23. Grayscale: #666666. Windows color (decimal): -10529316 or 14439775. OLE color: 14439775.

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

Color convert

RGB 95 85 220 -
CMYK 0.57 0.61 0 0.14
HSL 244.44º 0.66% 0.6% -
HSV(B) 244.44º 0.61% 0.86% -
XYZ 20.89 14.1 69.33 -
YUV 103.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 95 85 220 0.57 0.61 0 0.14 244.44 0.66 0.6
Hex 5F 55 DC 39 3D 0 E F4 42 3C
Octal 137 125 334 71 75 0 16 364 102 74
Binary 1011111 1010101 11011100 111001 111101 0 1110 11110100 1000010 111100

Color Harmonies of #5F55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F55DC

Black with #5F55DC

Text Example


Text Example

White with #5F55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,220); }

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

background-color css

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

 a { background-color: rgb(95,85,220); }

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

border-color css

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

 span { border-color: rgb(95,85,220); }

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