#56288E

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

Shades of Kingfisher Daisy #56288E

Tints of Kingfisher Daisy #56288E

Color information

#56288E (or 0x56288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 28 and 8E. RGB value is (86,40,142). Sum of RGB (Red+Green+Blue) = 86+40+142=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #56288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56288E is #A9D771. Grayscale: #414141. Windows color (decimal): -11130738 or 9316438. OLE color: 9316438.

HSL color Cylindrical-coordinate representation of color #56288E: hue angle of 267.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56288E is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8640142-
CMYK0.390.7200.44
HSL267.06º56.04%35.69%-
HSV(B)267.06º71.83%55.69%-
XYZ9.485.4526.14-
YUV65.38171.24142.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=32.09%
G=14.93%
B=52.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86401420.390.7200.44267.0656.0435.69
Hex56288E274802C10b3824
Octal12650216471100544137044
Binary10101101010001000111010011110010000101100100001011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56288E; }

 p { color: rgb(86,40,142); }

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

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

 a { background-color: rgb(86,40,142); }

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

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

 span { border-color: rgb(86,40,142); }

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