#574ABC

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

Shades of Rich Blue #574ABC

Tints of Rich Blue #574ABC

Color information

#574ABC (or 0x574ABC) is unknown color: approx Rich Blue. HEX triplet: 57, 4A and BC. RGB value is (87,74,188). Sum of RGB (Red+Green+Blue) = 87+74+188=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #574ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ABC is #A8B543. Grayscale: #5A5A5A. Windows color (decimal): -11056452 or 12339799. OLE color: 12339799.

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

Color convert

RGB8774188-
CMYK0.540.6100.26
HSL246.84º45.97%51.37%-
HSV(B)246.84º60.64%73.73%-
XYZ15.4610.5548.8-
YUV90.88182.81125.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 188 (73.83% from 255) = 53.87%
R=24.93%
G=21.20%
B=53.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87741880.540.6100.26246.8445.9751.37
Hex574ABC363D01Af72e33
Octal12711227466750323675663
Binary101011110010101011110011011011110101101011110111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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