#574075

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

Shades of Kingfisher Daisy #574075

Tints of Kingfisher Daisy #574075

Color information

#574075 (or 0x574075) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 40 and 75. RGB value is (87,64,117). Sum of RGB (Red+Green+Blue) = 87+64+117=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #574075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574075 is #A8BF8A. Grayscale: #4C4C4C. Windows color (decimal): -11059083 or 7684183. OLE color: 7684183.

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

Color convert

RGB8764117-
CMYK0.260.4500.54
HSL266.04º29.28%35.49%-
HSV(B)266.04º45.3%45.88%-
XYZ8.976.9817.7-
YUV76.92150.62135.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=32.46%
G=23.88%
B=43.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87641170.260.4500.54266.0429.2835.49
Hex5740751A2D03610a1d23
Octal12710016532550664123543
Binary10101111000000111010111010101101011011010000101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574075; }

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

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

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

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

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

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

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

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