#572696

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

Shades of Daisy Bush #572696

Tints of Daisy Bush #572696

Color information

#572696 (or 0x572696) is unknown color: approx Daisy Bush. HEX triplet: 57, 26 and 96. RGB value is (87,38,150). Sum of RGB (Red+Green+Blue) = 87+38+150=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #572696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572696 is #A8D969. Grayscale: #414141. Windows color (decimal): -11065706 or 9840215. OLE color: 9840215.

HSL color Cylindrical-coordinate representation of color #572696: hue angle of 266.25º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572696 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8738150-
CMYK0.420.7500.41
HSL266.25º59.57%36.86%-
HSV(B)266.25º74.67%58.82%-
XYZ10.135.6129.4-
YUV65.42175.73143.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=31.64%
G=13.82%
B=54.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87381500.420.7500.41266.2559.5736.86
Hex5726962A4B02910a3c25
Octal12746226521130514127445
Binary10101111001101001011010101010010110101001100001010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572696; }

 p { color: rgb(87,38,150); }

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

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

 a { background-color: rgb(87,38,150); }

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

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

 span { border-color: rgb(87,38,150); }

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