#574275

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

Shades of Kingfisher Daisy #574275

Tints of Kingfisher Daisy #574275

Color information

#574275 (or 0x574275) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 42 and 75. RGB value is (87,66,117). Sum of RGB (Red+Green+Blue) = 87+66+117=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #574275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574275 is #A8BD8A. Grayscale: #4D4D4D. Windows color (decimal): -11058571 or 7684695. OLE color: 7684695.

HSL color Cylindrical-coordinate representation of color #574275: hue angle of 264.71º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574275 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8766117-
CMYK0.260.4400.54
HSL264.71º27.87%35.88%-
HSV(B)264.71º43.59%45.88%-
XYZ9.097.2117.74-
YUV78.09149.96134.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=32.22%
G=24.44%
B=43.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87661170.260.4400.54264.7127.8735.88
Hex5742751A2C0361091c24
Octal12710216532540664113444
Binary10101111000010111010111010101100011011010000100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574275; }

 p { color: rgb(87,66,117); }

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

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

 a { background-color: rgb(87,66,117); }

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

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

 span { border-color: rgb(87,66,117); }

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