Html Css Color HEX #554DD0 Slate Blue

📋 copy color: '#554DD0'

red 85 ◦ green 77 ◦ blue 208

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

Shades of Slate Blue #554DD0

Tints of Slate Blue #554DD0

RGB

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

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

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

R = 22.97%
G = 20.81%
B = 56.22%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#554DD0 (or 0x554DD0) is known color: Slate Blue. HEX triplet: 55, 4D and D0. RGB value is (85,77,208). Sum of RGB (Red+Green+Blue) = 85+77+208=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #554DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DD0 is #AAB22F. Grayscale: #5D5D5D. Windows color (decimal): -11186736 or 13651285. OLE color: 13651285.

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

Color convert

RGB 85 77 208 -
CMYK 0.59 0.63 0 0.18
HSL 243.66º 0.58% 0.56% -
HSV(B) 243.66º 0.63% 0.82% -
XYZ 17.79 11.79 61.01 -
YUV 94.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 85 77 208 0.59 0.63 0 0.18 243.66 0.58 0.56
Hex 55 4D D0 3B 3F 0 12 F4 3A 38
Octal 125 115 320 73 77 0 22 364 72 70
Binary 1010101 1001101 11010000 111011 111111 0 10010 11110100 111010 111000

Color Harmonies of #554DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DD0

Black with #554DD0

Text Example


Text Example

White with #554DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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