#57227A

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

Shades of Kingfisher Daisy #57227A

Tints of Kingfisher Daisy #57227A

Color information

#57227A (or 0x57227A) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 22 and 7A. RGB value is (87,34,122). Sum of RGB (Red+Green+Blue) = 87+34+122=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #57227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57227A is #A8DD85. Grayscale: #3B3B3B. Windows color (decimal): -11066758 or 8004183. OLE color: 8004183.

HSL color Cylindrical-coordinate representation of color #57227A: hue angle of 276.14º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57227A is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8734122-
CMYK0.290.7200.52
HSL276.14º56.41%30.59%-
HSV(B)276.14º72.13%47.84%-
XYZ8.024.5818.87-
YUV59.88163.06147.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=35.80%
G=13.99%
B=50.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87341220.290.7200.52276.1456.4130.59
Hex57227A1D48034114381f
Octal12742172351100644247037
Binary10101111000101111010111011001000011010010001010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57227A; }

 p { color: rgb(87,34,122); }

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

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

 a { background-color: rgb(87,34,122); }

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

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

 span { border-color: rgb(87,34,122); }

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