#56258B

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

Shades of Kingfisher Daisy #56258B

Tints of Kingfisher Daisy #56258B

Color information

#56258B (or 0x56258B) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 8B. RGB value is (86,37,139). Sum of RGB (Red+Green+Blue) = 86+37+139=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #56258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56258B is #A9DA74. Grayscale: #3E3E3E. Windows color (decimal): -11131509 or 9119062. OLE color: 9119062.

HSL color Cylindrical-coordinate representation of color #56258B: hue angle of 268.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56258B is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8637139-
CMYK0.380.7300.45
HSL268.82º57.95%34.51%-
HSV(B)268.82º73.38%54.51%-
XYZ9.165.1724.94-
YUV63.28170.73144.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=32.82%
G=14.12%
B=53.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86371390.380.7300.45268.8257.9534.51
Hex56258B264902D10d3a23
Octal12645213461110554157243
Binary10101101001011000101110011010010010101101100001101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56258B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,37,139); }

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

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

 a { background-color: rgb(86,37,139); }

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

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

 span { border-color: rgb(86,37,139); }

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