Html Css Color HEX #555BDC Slate Blue

📋 copy color: '#555BDC'

red 85 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #555BDC

Tints of Slate Blue #555BDC

RGB

 RED value IS 85 (33.59% from 255) = 21.46%

 GREEN value IS 91 (35.94% from 255) = 22.98%

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

R = 21.46%
G = 22.98%
B = 55.56%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#555BDC (or 0x555BDC) is known color: Slate Blue. HEX triplet: 55, 5B and DC. RGB value is (85,91,220). Sum of RGB (Red+Green+Blue) = 85+91+220=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #555BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BDC is #AAA423. Grayscale: #676767. Windows color (decimal): -11183140 or 14441301. OLE color: 14441301.

HSL color Cylindrical-coordinate representation of color #555BDC: hue angle of 237.33º 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 #555BDC is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 91 220 -
CMYK 0.61 0.59 0 0.14
HSL 237.33º 0.66% 0.6% -
HSV(B) 237.33º 0.61% 0.86% -
XYZ 20.41 14.58 69.45 -
YUV 103.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 85 91 220 0.61 0.59 0 0.14 237.33 0.66 0.6
Hex 55 5B DC 3D 3B 0 E ED 42 3C
Octal 125 133 334 75 73 0 16 355 102 74
Binary 1010101 1011011 11011100 111101 111011 0 1110 11101101 1000010 111100

Color Harmonies of #555BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BDC

Black with #555BDC

Text Example


Text Example

White with #555BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555BDC; }

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

 H1.HeaderClassName
 {
   color: #555BDC;
 }
 .AnyTagClassName
 {
   color: #555BDC;
 }
</style>

background-color css

<style>
 a { background-color: #555BDC; }

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

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

border-color css

<style>
 span { border-color: #555BDC; }

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

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