Html Css Color HEX #554DDA Slate Blue

📋 copy color: '#554DDA'

red 85 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #554DDA

Tints of Slate Blue #554DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 22.37%
G = 20.26%
B = 57.37%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#554DDA (or 0x554DDA) is known color: Slate Blue. HEX triplet: 55, 4D and DA. RGB value is (85,77,218). Sum of RGB (Red+Green+Blue) = 85+77+218=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #554DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DDA is #AAB225. Grayscale: #5E5E5E. Windows color (decimal): -11186726 or 14306645. OLE color: 14306645.

HSL color Cylindrical-coordinate representation of color #554DDA: hue angle of 243.4º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554DDA is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 77 218 -
CMYK 0.61 0.65 0 0.15
HSL 243.4º 0.66% 0.58% -
HSV(B) 243.4º 0.65% 0.85% -
XYZ 19.06 12.3 67.7 -
YUV 95.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 85 77 218 0.61 0.65 0 0.15 243.4 0.66 0.58
Hex 55 4D DA 3D 41 0 F F3 42 3A
Octal 125 115 332 75 101 0 17 363 102 72
Binary 1010101 1001101 11011010 111101 1000001 0 1111 11110011 1000010 111010

Color Harmonies of #554DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DDA

Black with #554DDA

Text Example


Text Example

White with #554DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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