#574BB5

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

Shades of Rich Blue #574BB5

Tints of Rich Blue #574BB5

Color information

#574BB5 (or 0x574BB5) is unknown color: approx Rich Blue. HEX triplet: 57, 4B and B5. RGB value is (87,75,181). Sum of RGB (Red+Green+Blue) = 87+75+181=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #574BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BB5 is #A8B44A. Grayscale: #5A5A5A. Windows color (decimal): -11056203 or 11881303. OLE color: 11881303.

HSL color Cylindrical-coordinate representation of color #574BB5: hue angle of 246.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #574BB5 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8775181-
CMYK0.520.5900.29
HSL246.79º41.73%50.2%-
HSV(B)246.79º58.56%70.98%-
XYZ14.7910.3944.94-
YUV90.67178.98125.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 181 (71.09% from 255) = 52.77%
R=25.36%
G=21.87%
B=52.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87751810.520.5900.29246.7941.7350.2
Hex574BB5343B01Df72a32
Octal12711326564730353675262
Binary101011110010111011010111010011101101110111110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,75,181); }

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

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

 a { background-color: rgb(87,75,181); }

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

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

 span { border-color: rgb(87,75,181); }

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