Html Css Color HEX #554AD0 Slate Blue

📋 copy color: '#554AD0'

red 85 ◦ green 74 ◦ blue 208

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

Shades of Slate Blue #554AD0

Tints of Slate Blue #554AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.68%

R = 23.16%
G = 20.16%
B = 56.68%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#554AD0 (or 0x554AD0) is known color: Slate Blue. HEX triplet: 55, 4A and D0. RGB value is (85,74,208). Sum of RGB (Red+Green+Blue) = 85+74+208=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #554AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AD0 is #AAB52F. Grayscale: #5C5C5C. Windows color (decimal): -11187504 or 13650517. OLE color: 13650517.

HSL color Cylindrical-coordinate representation of color #554AD0: hue angle of 244.93º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554AD0 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 74 208 -
CMYK 0.59 0.64 0 0.18
HSL 244.93º 0.59% 0.55% -
HSV(B) 244.93º 0.64% 0.82% -
XYZ 17.58 11.38 60.95 -
YUV 92.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 85 74 208 0.59 0.64 0 0.18 244.93 0.59 0.55
Hex 55 4A D0 3B 40 0 12 F5 3B 37
Octal 125 112 320 73 100 0 22 365 73 67
Binary 1010101 1001010 11010000 111011 1000000 0 10010 11110101 111011 110111

Color Harmonies of #554AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554AD0

Black with #554AD0

Text Example


Text Example

White with #554AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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