Html Css Color HEX #555AD6 Slate Blue

📋 copy color: '#555AD6'

red 85 ◦ green 90 ◦ blue 214

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

Shades of Slate Blue #555AD6

Tints of Slate Blue #555AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 214 (83.98% from 255) = 55.01%

R = 21.85%
G = 23.14%
B = 55.01%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#555AD6 (or 0x555AD6) is known color: Slate Blue. HEX triplet: 55, 5A and D6. RGB value is (85,90,214). Sum of RGB (Red+Green+Blue) = 85+90+214=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #555AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AD6 is #AAA529. Grayscale: #666666. Windows color (decimal): -11183402 or 14047829. OLE color: 14047829.

HSL color Cylindrical-coordinate representation of color #555AD6: hue angle of 237.67º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555AD6 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 90 214 -
CMYK 0.60 0.58 0 0.16
HSL 237.67º 0.61% 0.59% -
HSV(B) 237.67º 0.6% 0.84% -
XYZ 19.54 14.1 65.31 -
YUV 102.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 85 90 214 0.60 0.58 0 0.16 237.67 0.61 0.59
Hex 55 5A D6 3C 3A 0 10 EE 3D 3B
Octal 125 132 326 74 72 0 20 356 75 73
Binary 1010101 1011010 11010110 111100 111010 0 10000 11101110 111101 111011

Color Harmonies of #555AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AD6

Black with #555AD6

Text Example


Text Example

White with #555AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,214); }

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

background-color css

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

 a { background-color: rgb(85,90,214); }

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

border-color css

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

 span { border-color: rgb(85,90,214); }

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