#554BCA

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

Shades of Slate Blue #554BCA

Tints of Slate Blue #554BCA

Color information

#554BCA (or 0x554BCA) is unknown color: approx Slate Blue. HEX triplet: 55, 4B and CA. RGB value is (85,75,202). Sum of RGB (Red+Green+Blue) = 85+75+202=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #554BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BCA is #AAB435. Grayscale: #5B5B5B. Windows color (decimal): -11187254 or 13257557. OLE color: 13257557.

HSL color Cylindrical-coordinate representation of color #554BCA: hue angle of 244.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #554BCA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8575202-
CMYK0.580.6300.21
HSL244.72º54.51%54.31%-
HSV(B)244.72º62.87%79.22%-
XYZ16.9211.2357.15-
YUV92.47189.81122.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=23.48%
G=20.72%
B=55.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85752020.580.6300.21244.7254.5154.31
Hex554BCA3A3F015f53736
Octal12511331272770253656766
Binary101010110010111100101011101011111101010111110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,75,202); }

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

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

 a { background-color: rgb(85,75,202); }

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

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

 span { border-color: rgb(85,75,202); }

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