#574DA4

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

Shades of Rich Blue #574DA4

Tints of Rich Blue #574DA4

Color information

#574DA4 (or 0x574DA4) is unknown color: approx Rich Blue. HEX triplet: 57, 4D and A4. RGB value is (87,77,164). Sum of RGB (Red+Green+Blue) = 87+77+164=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #574DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574DA4 is #A8B25B. Grayscale: #595959. Windows color (decimal): -11055708 or 10767703. OLE color: 10767703.

HSL color Cylindrical-coordinate representation of color #574DA4: hue angle of 246.9º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574DA4 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8777164-
CMYK0.470.5300.36
HSL246.9º36.1%47.25%-
HSV(B)246.9º53.05%64.31%-
XYZ13.2910.0136.35-
YUV89.91169.81125.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 164 (64.45% from 255) = 50%
R=26.52%
G=23.48%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87771640.470.5300.36246.936.147.25
Hex574DA42F35024f7242f
Octal12711524457650443674457
Binary1010111100110110100100101111110101010010011110111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,77,164); }

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

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

 a { background-color: rgb(87,77,164); }

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

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

 span { border-color: rgb(87,77,164); }

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