#574AB9

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

Shades of Rich Blue #574AB9

Tints of Rich Blue #574AB9

Color information

#574AB9 (or 0x574AB9) is unknown color: approx Rich Blue. HEX triplet: 57, 4A and B9. RGB value is (87,74,185). Sum of RGB (Red+Green+Blue) = 87+74+185=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #574AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574AB9 is #A8B546. Grayscale: #5A5A5A. Windows color (decimal): -11056455 or 12143191. OLE color: 12143191.

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

Color convert

RGB8774185-
CMYK0.530.600.27
HSL247.03º44.22%50.78%-
HSV(B)247.03º60%72.55%-
XYZ15.1410.4347.11-
YUV90.54181.31125.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 185 (72.66% from 255) = 53.47%
R=25.14%
G=21.39%
B=53.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87741850.530.600.27247.0344.2250.78
Hex574AB9353C01Bf72c33
Octal12711227165740333675463
Binary101011110010101011100111010111110001101111110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,185); }

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

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

 a { background-color: rgb(87,74,185); }

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

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

 span { border-color: rgb(87,74,185); }

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