#56277A

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

Shades of Kingfisher Daisy #56277A

Tints of Kingfisher Daisy #56277A

Color information

#56277A (or 0x56277A) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 27 and 7A. RGB value is (86,39,122). Sum of RGB (Red+Green+Blue) = 86+39+122=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #56277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56277A is #A9D885. Grayscale: #3E3E3E. Windows color (decimal): -11131014 or 8005462. OLE color: 8005462.

HSL color Cylindrical-coordinate representation of color #56277A: hue angle of 273.98º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56277A is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8639122-
CMYK0.300.6800.52
HSL273.98º51.55%31.57%-
HSV(B)273.98º68.03%47.84%-
XYZ8.084.8318.92-
YUV62.52161.57144.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=34.82%
G=15.79%
B=49.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86391220.300.6800.52273.9851.5531.57
Hex56277A1E440341123420
Octal12647172361040644226440
Binary101011010011111110101111010001000110100100010010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,39,122); }

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

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

 a { background-color: rgb(86,39,122); }

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

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

 span { border-color: rgb(86,39,122); }

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