#574EBE

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

Shades of Rich Blue #574EBE

Tints of Rich Blue #574EBE

Color information

#574EBE (or 0x574EBE) is unknown color: approx Rich Blue. HEX triplet: 57, 4E and BE. RGB value is (87,78,190). Sum of RGB (Red+Green+Blue) = 87+78+190=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #574EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574EBE is #A8B141. Grayscale: #5D5D5D. Windows color (decimal): -11055426 or 12471895. OLE color: 12471895.

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

Color convert

RGB8778190-
CMYK0.540.5900.25
HSL244.82º46.28%52.55%-
HSV(B)244.82º58.95%74.51%-
XYZ15.9511.1950.03-
YUV93.46182.48123.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=24.51%
G=21.97%
B=53.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87781900.540.5900.25244.8246.2852.55
Hex574EBE363B019f52e35
Octal12711627666730313655665
Binary101011110011101011111011011011101101100111110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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