Html Css Color HEX #554DD7 Slate Blue

📋 copy color: '#554DD7'

red 85 ◦ green 77 ◦ blue 215

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

Shades of Slate Blue #554DD7

Tints of Slate Blue #554DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.42%

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 22.55%
G = 20.42%
B = 57.03%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#554DD7 (or 0x554DD7) is known color: Slate Blue. HEX triplet: 55, 4D and D7. RGB value is (85,77,215). Sum of RGB (Red+Green+Blue) = 85+77+215=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #554DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DD7 is #AAB228. Grayscale: #5E5E5E. Windows color (decimal): -11186729 or 14110037. OLE color: 14110037.

HSL color Cylindrical-coordinate representation of color #554DD7: hue angle of 243.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #554DD7 is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 77 215 -
CMYK 0.60 0.64 0 0.16
HSL 243.48º 0.63% 0.57% -
HSV(B) 243.48º 0.64% 0.84% -
XYZ 18.67 12.15 65.65 -
YUV 95.12 195.65 120.78 -
System Red Green Blue C M Y K H S L
Decimal 85 77 215 0.60 0.64 0 0.16 243.48 0.63 0.57
Hex 55 4D D7 3C 40 0 10 F3 3F 39
Octal 125 115 327 74 100 0 20 363 77 71
Binary 1010101 1001101 11010111 111100 1000000 0 10000 11110011 111111 111001

Color Harmonies of #554DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DD7

Black with #554DD7

Text Example


Text Example

White with #554DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,77,215); }

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

background-color css

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

 a { background-color: rgb(85,77,215); }

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

border-color css

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

 span { border-color: rgb(85,77,215); }

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