#574375

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

Shades of Kingfisher Daisy #574375

Tints of Kingfisher Daisy #574375

Color information

#574375 (or 0x574375) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 43 and 75. RGB value is (87,67,117). Sum of RGB (Red+Green+Blue) = 87+67+117=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #574375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574375 is #A8BC8A. Grayscale: #4E4E4E. Windows color (decimal): -11058315 or 7684951. OLE color: 7684951.

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

Color convert

RGB8767117-
CMYK0.260.4300.54
HSL264º27.17%36.08%-
HSV(B)264º42.74%45.88%-
XYZ9.157.3217.76-
YUV78.68149.63133.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=32.10%
G=24.72%
B=43.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87671170.260.4300.5426427.1736.08
Hex5743751A2B0361081b24
Octal12710316532530664103344
Binary10101111000011111010111010101011011011010000100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574375; }

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

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

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

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

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

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

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

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