#57227B

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

Shades of Kingfisher Daisy #57227B

Tints of Kingfisher Daisy #57227B

Color information

#57227B (or 0x57227B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 22 and 7B. RGB value is (87,34,123). Sum of RGB (Red+Green+Blue) = 87+34+123=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #57227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57227B is #A8DD84. Grayscale: #3B3B3B. Windows color (decimal): -11066757 or 8069719. OLE color: 8069719.

HSL color Cylindrical-coordinate representation of color #57227B: hue angle of 275.73º degrees, saturation: 0.57, 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 #57227B is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8734123-
CMYK0.290.7200.52
HSL275.73º56.69%30.78%-
HSV(B)275.73º72.36%48.24%-
XYZ8.084.619.2-
YUV59.99163.56147.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=35.66%
G=13.93%
B=50.41%

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
Decimal87341230.290.7200.52275.7356.6930.78
Hex57227B1D48034114391f
Octal12742173351100644247137
Binary10101111000101111011111011001000011010010001010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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