#554FCC

Color #554FCC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #554FCC

Tints of Slate Blue #554FCC

Color information

#554FCC (or 0x554FCC) is unknown color: approx Slate Blue. HEX triplet: 55, 4F and CC. RGB value is (85,79,204). Sum of RGB (Red+Green+Blue) = 85+79+204=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #554FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FCC is #AAB033. Grayscale: #5E5E5E. Windows color (decimal): -11186228 or 13389653. OLE color: 13389653.

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

Color convert

RGB8579204-
CMYK0.580.6100.2
HSL242.88º55.07%55.49%-
HSV(B)242.88º61.27%80%-
XYZ17.4411.8858.5-
YUV95.04189.49120.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=23.10%
G=21.47%
B=55.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal85792040.580.6100.2242.8855.0755.49
Hex554FCC3A3D014f33737
Octal12511731472750243636767
Binary101010110011111100110011101011110101010011110011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #554FCC;
 }
 .AnyTagClassName
 {
   color: #554FCC;
 }
</style>
background-color css

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

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

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

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

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

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