#574598

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

Shades of Daisy Bush #574598

Tints of Daisy Bush #574598

Color information

#574598 (or 0x574598) is unknown color: approx Daisy Bush. HEX triplet: 57, 45 and 98. RGB value is (87,69,152). Sum of RGB (Red+Green+Blue) = 87+69+152=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #574598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574598 is #A8BA67. Grayscale: #535353. Windows color (decimal): -11057768 or 9979223. OLE color: 9979223.

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

Color convert

RGB8769152-
CMYK0.430.5500.40
HSL253.01º37.56%43.33%-
HSV(B)253.01º54.61%59.61%-
XYZ11.738.5530.74-
YUV83.84166.46130.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.25%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 152 (59.77% from 255) = 49.35%
R=28.25%
G=22.40%
B=49.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87691520.430.5500.40253.0137.5643.33
Hex5745982B37028fd262b
Octal12710523053670503754653
Binary1010111100010110011000101011110111010100011111101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574598; }

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

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

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

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

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

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

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

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