Html Css Color HEX #554DCC Slate Blue

📋 copy color: '#554DCC'

red 85 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #554DCC

Tints of Slate Blue #554DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 23.22%
G = 21.04%
B = 55.74%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#554DCC (or 0x554DCC) is known color: Slate Blue. HEX triplet: 55, 4D and CC. RGB value is (85,77,204). Sum of RGB (Red+Green+Blue) = 85+77+204=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #554DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DCC is #AAB233. Grayscale: #5D5D5D. Windows color (decimal): -11186740 or 13389141. OLE color: 13389141.

HSL color Cylindrical-coordinate representation of color #554DCC: hue angle of 243.78º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554DCC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 77 204 -
CMYK 0.58 0.62 0 0.2
HSL 243.78º 0.55% 0.55% -
HSV(B) 243.78º 0.62% 0.8% -
XYZ 17.3 11.6 58.45 -
YUV 93.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 85 77 204 0.58 0.62 0 0.2 243.78 0.55 0.55
Hex 55 4D CC 3A 3E 0 14 F4 37 37
Octal 125 115 314 72 76 0 24 364 67 67
Binary 1010101 1001101 11001100 111010 111110 0 10100 11110100 110111 110111

Color Harmonies of #554DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DCC

Black with #554DCC

Text Example


Text Example

White with #554DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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