#572094

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

Shades of Kingfisher Daisy #572094

Tints of Kingfisher Daisy #572094

Color information

#572094 (or 0x572094) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 20 and 94. RGB value is (87,32,148). Sum of RGB (Red+Green+Blue) = 87+32+148=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #572094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572094 is #A8DF6B. Grayscale: #3D3D3D. Windows color (decimal): -11067244 or 9707607. OLE color: 9707607.

HSL color Cylindrical-coordinate representation of color #572094: hue angle of 268.45º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #572094 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8732148-
CMYK0.410.7800.42
HSL268.45º64.44%35.29%-
HSV(B)268.45º78.38%58.04%-
XYZ9.795.228.5-
YUV61.67176.72146.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 148 (58.20% from 255) = 55.43%
R=32.58%
G=11.99%
B=55.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87321480.410.7800.42268.4564.4435.29
Hex572094294E02A10c4023
Octal127402245111605241410043
Binary101011110000010010100101001100111001010101000011001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572094; }

 p { color: rgb(87,32,148); }

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

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

 a { background-color: rgb(87,32,148); }

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

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

 span { border-color: rgb(87,32,148); }

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