Html Css Color HEX #554AD4 Slate Blue

📋 copy color: '#554AD4'

red 85 ◦ green 74 ◦ blue 212

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

Shades of Slate Blue #554AD4

Tints of Slate Blue #554AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 57.14%

R = 22.91%
G = 19.95%
B = 57.14%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#554AD4 (or 0x554AD4) is known color: Slate Blue. HEX triplet: 55, 4A and D4. RGB value is (85,74,212). Sum of RGB (Red+Green+Blue) = 85+74+212=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 212 (83.20% from 255 or 57.14% from 371); Max value from RGB is 212 - color contains mainly: blue. Hex color #554AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AD4 is #AAB52B. Grayscale: #5C5C5C. Windows color (decimal): -11187500 or 13912661. OLE color: 13912661.

HSL color Cylindrical-coordinate representation of color #554AD4: hue angle of 244.78º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554AD4 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 85 74 212 -
CMYK 0.60 0.65 0 0.17
HSL 244.78º 0.62% 0.56% -
HSV(B) 244.78º 0.65% 0.83% -
XYZ 18.08 11.58 63.57 -
YUV 93.02 195.14 122.28 -
System Red Green Blue C M Y K H S L
Decimal 85 74 212 0.60 0.65 0 0.17 244.78 0.62 0.56
Hex 55 4A D4 3C 41 0 11 F5 3E 38
Octal 125 112 324 74 101 0 21 365 76 70
Binary 1010101 1001010 11010100 111100 1000001 0 10001 11110101 111110 111000

Color Harmonies of #554AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554AD4

Black with #554AD4

Text Example


Text Example

White with #554AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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