#5754C2

Color #5754C2 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5754C2

Tints of Rich Blue #5754C2

Color information

#5754C2 (or 0x5754C2) is unknown color: approx Rich Blue. HEX triplet: 57, 54 and C2. RGB value is (87,84,194). Sum of RGB (Red+Green+Blue) = 87+84+194=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 194 (76.17% from 255 or 53.15% from 365); Max value from RGB is 194 - color contains mainly: blue. Hex color #5754C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754C2 is #A8AB3D. Grayscale: #616161. Windows color (decimal): -11053886 or 12735575. OLE color: 12735575.

HSL color Cylindrical-coordinate representation of color #5754C2: hue angle of 241.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5754C2 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8784194-
CMYK0.550.5700.24
HSL241.64º47.41%54.51%-
HSV(B)241.64º56.7%76.08%-
XYZ16.8412.2652.52-
YUV97.44182.49120.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 194 (76.17% from 255) = 53.15%
R=23.84%
G=23.01%
B=53.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87841940.550.5700.24241.6447.4154.51
Hex5754C23739018f22f37
Octal12712430267710303625767
Binary101011110101001100001011011111100101100011110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5754C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5754C2; }

 p { color: rgb(87,84,194); }

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

<style>
 a { background-color: #5754C2; }

 a { background-color: rgb(87,84,194); }

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

<style>
 span { border-color: #5754C2; }

 span { border-color: rgb(87,84,194); }

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