#572081

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

Shades of Kingfisher Daisy #572081

Tints of Kingfisher Daisy #572081

Color information

#572081 (or 0x572081) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 20 and 81. RGB value is (87,32,129). Sum of RGB (Red+Green+Blue) = 87+32+129=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #572081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572081 is #A8DF7E. Grayscale: #3B3B3B. Windows color (decimal): -11067263 or 8462423. OLE color: 8462423.

HSL color Cylindrical-coordinate representation of color #572081: hue angle of 274.02º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572081 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8732129-
CMYK0.330.7500.49
HSL274.02º60.25%31.57%-
HSV(B)274.02º75.19%50.59%-
XYZ8.414.6421.22-
YUV59.5167.22147.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=35.08%
G=12.90%
B=52.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87321290.330.7500.49274.0260.2531.57
Hex572081214B0311123c20
Octal12740201411130614227440
Binary10101111000001000000110000110010110110001100010010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572081; }

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

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

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

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

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

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

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

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