#56277B

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

Shades of Kingfisher Daisy #56277B

Tints of Kingfisher Daisy #56277B

Color information

#56277B (or 0x56277B) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 27 and 7B. RGB value is (86,39,123). Sum of RGB (Red+Green+Blue) = 86+39+123=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #56277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56277B is #A9D884. Grayscale: #3E3E3E. Windows color (decimal): -11131013 or 8070998. OLE color: 8070998.

HSL color Cylindrical-coordinate representation of color #56277B: hue angle of 273.57º 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 #56277B is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8639123-
CMYK0.300.6800.52
HSL273.57º51.85%31.76%-
HSV(B)273.57º68.29%48.24%-
XYZ8.144.8619.25-
YUV62.63162.07144.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=34.68%
G=15.73%
B=49.60%

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
Decimal86391230.300.6800.52273.5751.8531.76
Hex56277B1E440341123420
Octal12647173361040644226440
Binary101011010011111110111111010001000110100100010010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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