#574EBA

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

Shades of Rich Blue #574EBA

Tints of Rich Blue #574EBA

Color information

#574EBA (or 0x574EBA) is unknown color: approx Rich Blue. HEX triplet: 57, 4E and BA. RGB value is (87,78,186). Sum of RGB (Red+Green+Blue) = 87+78+186=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #574EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EBA is #A8B145. Grayscale: #5C5C5C. Windows color (decimal): -11055430 or 12209751. OLE color: 12209751.

HSL color Cylindrical-coordinate representation of color #574EBA: hue angle of 245º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #574EBA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8778186-
CMYK0.530.5800.27
HSL245º43.9%51.76%-
HSV(B)245º58.06%72.94%-
XYZ15.5211.0247.76-
YUV93180.48123.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=24.79%
G=22.22%
B=52.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87781860.530.5800.2724543.951.76
Hex574EBA353A01Bf52c34
Octal12711627265720333655464
Binary101011110011101011101011010111101001101111110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574EBA; }

 p { color: rgb(87,78,186); }

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

<style>
 a { background-color: #574EBA; }

 a { background-color: rgb(87,78,186); }

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

<style>
 span { border-color: #574EBA; }

 span { border-color: rgb(87,78,186); }

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