#574BBE

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

Shades of Rich Blue #574BBE

Tints of Rich Blue #574BBE

Color information

#574BBE (or 0x574BBE) is unknown color: approx Rich Blue. HEX triplet: 57, 4B and BE. RGB value is (87,75,190). Sum of RGB (Red+Green+Blue) = 87+75+190=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #574BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BBE is #A8B441. Grayscale: #5B5B5B. Windows color (decimal): -11056194 or 12471127. OLE color: 12471127.

HSL color Cylindrical-coordinate representation of color #574BBE: hue angle of 246.26º degrees, saturation: 0.47, 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 #574BBE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8775190-
CMYK0.540.6100.25
HSL246.26º46.94%51.96%-
HSV(B)246.26º60.53%74.51%-
XYZ15.7410.7849.97-
YUV91.7183.48124.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=24.72%
G=21.31%
B=53.98%

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
Decimal87751900.540.6100.25246.2646.9451.96
Hex574BBE363D019f62f34
Octal12711327666750313665764
Binary101011110010111011111011011011110101100111110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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