Html Css Color HEX #554ADD Slate Blue

📋 copy color: '#554ADD'

red 85 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #554ADD

Tints of Slate Blue #554ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 22.37%
G = 19.47%
B = 58.16%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#554ADD (or 0x554ADD) is known color: Slate Blue. HEX triplet: 55, 4A and DD. RGB value is (85,74,221). Sum of RGB (Red+Green+Blue) = 85+74+221=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #554ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ADD is #AAB522. Grayscale: #5D5D5D. Windows color (decimal): -11187491 or 14502485. OLE color: 14502485.

HSL color Cylindrical-coordinate representation of color #554ADD: hue angle of 244.49º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #554ADD is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 74 221 -
CMYK 0.62 0.67 0 0.13
HSL 244.49º 0.68% 0.58% -
HSV(B) 244.49º 0.67% 0.87% -
XYZ 19.25 12.05 69.72 -
YUV 94.05 199.64 121.55 -
System Red Green Blue C M Y K H S L
Decimal 85 74 221 0.62 0.67 0 0.13 244.49 0.68 0.58
Hex 55 4A DD 3E 43 0 D F4 44 3A
Octal 125 112 335 76 103 0 15 364 104 72
Binary 1010101 1001010 11011101 111110 1000011 0 1101 11110100 1000100 111010

Color Harmonies of #554ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554ADD

Black with #554ADD

Text Example


Text Example

White with #554ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554ADD; }

 p { color: rgb(85,74,221); }

 H1.HeaderClassName
 {
   color: #554ADD;
 }
 .AnyTagClassName
 {
   color: #554ADD;
 }
</style>

background-color css

<style>
 a { background-color: #554ADD; }

 a { background-color: rgb(85,74,221); }

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

border-color css

<style>
 span { border-color: #554ADD; }

 span { border-color: rgb(85,74,221); }

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