#574074

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

Shades of Kingfisher Daisy #574074

Tints of Kingfisher Daisy #574074

Color information

#574074 (or 0x574074) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 40 and 74. RGB value is (87,64,116). Sum of RGB (Red+Green+Blue) = 87+64+116=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #574074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574074 is #A8BF8B. Grayscale: #4C4C4C. Windows color (decimal): -11059084 or 7618647. OLE color: 7618647.

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

Color convert

RGB8764116-
CMYK0.250.4500.55
HSL266.54º28.89%35.29%-
HSV(B)266.54º44.83%45.49%-
XYZ8.926.9517.4-
YUV76.8150.12135.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=32.58%
G=23.97%
B=43.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87641160.250.4500.55266.5428.8935.29
Hex574074192D03710b1d23
Octal12710016431550674133543
Binary10101111000000111010011001101101011011110000101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574074; }

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

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

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

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

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

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

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

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