#56308A

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

Shades of Kingfisher Daisy #56308A

Tints of Kingfisher Daisy #56308A

Color information

#56308A (or 0x56308A) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 30 and 8A. RGB value is (86,48,138). Sum of RGB (Red+Green+Blue) = 86+48+138=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #56308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56308A is #A9CF75. Grayscale: #454545. Windows color (decimal): -11128694 or 9056342. OLE color: 9056342.

HSL color Cylindrical-coordinate representation of color #56308A: hue angle of 265.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56308A is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8648138-
CMYK0.380.6500.46
HSL265.33º48.39%36.47%-
HSV(B)265.33º65.22%54.12%-
XYZ9.485.9324.69-
YUV69.62166.59139.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=31.62%
G=17.65%
B=50.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86481380.380.6500.46265.3348.3936.47
Hex56308A264102E1093024
Octal12660212461010564116044
Binary10101101100001000101010011010000010101110100001001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,48,138); }

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

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

 a { background-color: rgb(86,48,138); }

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

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

 span { border-color: rgb(86,48,138); }

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