#574BBF

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

Shades of Rich Blue #574BBF

Tints of Rich Blue #574BBF

Color information

#574BBF (or 0x574BBF) is unknown color: approx Rich Blue. HEX triplet: 57, 4B and BF. RGB value is (87,75,191). Sum of RGB (Red+Green+Blue) = 87+75+191=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #574BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BBF is #A8B440. Grayscale: #5B5B5B. Windows color (decimal): -11056193 or 12536663. OLE color: 12536663.

HSL color Cylindrical-coordinate representation of color #574BBF: hue angle of 246.21º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574BBF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8775191-
CMYK0.540.6100.25
HSL246.21º47.54%52.16%-
HSV(B)246.21º60.73%74.9%-
XYZ15.8510.8250.54-
YUV91.81183.98124.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 191 (75% from 255) = 54.11%
R=24.65%
G=21.25%
B=54.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87751910.540.6100.25246.2147.5452.16
Hex574BBF363D019f63034
Octal12711327766750313666064
Binary101011110010111011111111011011110101100111110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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