Html Css Color HEX #554CDC Slate Blue

📋 copy color: '#554CDC'

red 85 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #554CDC

Tints of Slate Blue #554CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 22.31%
G = 19.95%
B = 57.74%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#554CDC (or 0x554CDC) is known color: Slate Blue. HEX triplet: 55, 4C and DC. RGB value is (85,76,220). Sum of RGB (Red+Green+Blue) = 85+76+220=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #554CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CDC is #AAB323. Grayscale: #5E5E5E. Windows color (decimal): -11186980 or 14437461. OLE color: 14437461.

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

Color convert

RGB 85 76 220 -
CMYK 0.61 0.65 0 0.14
HSL 243.75º 0.67% 0.58% -
HSV(B) 243.75º 0.65% 0.86% -
XYZ 19.25 12.27 69.06 -
YUV 95.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 85 76 220 0.61 0.65 0 0.14 243.75 0.67 0.58
Hex 55 4C DC 3D 41 0 E F4 43 3A
Octal 125 114 334 75 101 0 16 364 103 72
Binary 1010101 1001100 11011100 111101 1000001 0 1110 11110100 1000011 111010

Color Harmonies of #554CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CDC

Black with #554CDC

Text Example


Text Example

White with #554CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,76,220); }

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

background-color css

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

 a { background-color: rgb(85,76,220); }

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

border-color css

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

 span { border-color: rgb(85,76,220); }

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