#574FBC

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

Shades of Rich Blue #574FBC

Tints of Rich Blue #574FBC

Color information

#574FBC (or 0x574FBC) is unknown color: approx Rich Blue. HEX triplet: 57, 4F and BC. RGB value is (87,79,188). Sum of RGB (Red+Green+Blue) = 87+79+188=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #574FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FBC is #A8B043. Grayscale: #5D5D5D. Windows color (decimal): -11055172 or 12341079. OLE color: 12341079.

HSL color Cylindrical-coordinate representation of color #574FBC: hue angle of 244.4º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #574FBC is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8779188-
CMYK0.540.5800.26
HSL244.4º44.86%52.35%-
HSV(B)244.4º57.98%73.73%-
XYZ15.811.2548.92-
YUV93.82181.15123.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=24.58%
G=22.32%
B=53.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87791880.540.5800.26244.444.8652.35
Hex574FBC363A01Af42d34
Octal12711727466720323645564
Binary101011110011111011110011011011101001101011110100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,188); }

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

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

 a { background-color: rgb(87,79,188); }

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

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

 span { border-color: rgb(87,79,188); }

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