#574073

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

Shades of Kingfisher Daisy #574073

Tints of Kingfisher Daisy #574073

Color information

#574073 (or 0x574073) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 40 and 73. RGB value is (87,64,115). Sum of RGB (Red+Green+Blue) = 87+64+115=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #574073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574073 is #A8BF8C. Grayscale: #4C4C4C. Windows color (decimal): -11059085 or 7553111. OLE color: 7553111.

HSL color Cylindrical-coordinate representation of color #574073: hue angle of 267.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574073 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8764115-
CMYK0.240.4400.55
HSL267.06º28.49%35.1%-
HSV(B)267.06º44.35%45.1%-
XYZ8.866.9317.09-
YUV76.69149.62135.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=32.71%
G=24.06%
B=43.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87641150.240.4400.55267.0628.4935.1
Hex574073182C03710b1c23
Octal12710016330540674133443
Binary10101111000000111001111000101100011011110000101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574073; }

 p { color: rgb(87,64,115); }

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

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

 a { background-color: rgb(87,64,115); }

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

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

 span { border-color: rgb(87,64,115); }

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