#574798

Color #574798 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #574798

Tints of Daisy Bush #574798

Color information

#574798 (or 0x574798) is unknown color: approx Daisy Bush. HEX triplet: 57, 47 and 98. RGB value is (87,71,152). Sum of RGB (Red+Green+Blue) = 87+71+152=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #574798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574798 is #A8B867. Grayscale: #545454. Windows color (decimal): -11057256 or 9979735. OLE color: 9979735.

HSL color Cylindrical-coordinate representation of color #574798: hue angle of 251.85º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574798 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8771152-
CMYK0.430.5300.40
HSL251.85º36.32%43.73%-
HSV(B)251.85º53.29%59.61%-
XYZ11.858.830.78-
YUV85.02165.8129.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.06%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 152 (59.77% from 255) = 49.03%
R=28.06%
G=22.90%
B=49.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87711520.430.5300.40251.8536.3243.73
Hex5747982B35028fc242c
Octal12710723053650503744454
Binary1010111100011110011000101011110101010100011111100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574798; }

 p { color: rgb(87,71,152); }

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

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

 a { background-color: rgb(87,71,152); }

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

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

 span { border-color: rgb(87,71,152); }

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