#56258F

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

Shades of Kingfisher Daisy #56258F

Tints of Kingfisher Daisy #56258F

Color information

#56258F (or 0x56258F) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 25 and 8F. RGB value is (86,37,143). Sum of RGB (Red+Green+Blue) = 86+37+143=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #56258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56258F is #A9DA70. Grayscale: #3F3F3F. Windows color (decimal): -11131505 or 9381206. OLE color: 9381206.

HSL color Cylindrical-coordinate representation of color #56258F: hue angle of 267.74º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56258F is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8637143-
CMYK0.400.7400.44
HSL267.74º58.89%35.29%-
HSV(B)267.74º74.13%56.08%-
XYZ9.465.2826.51-
YUV63.73172.73143.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 143 (56.25% from 255) = 53.76%
R=32.33%
G=13.91%
B=53.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86371430.400.7400.44267.7458.8935.29
Hex56258F284A02C10c3b23
Octal12645217501120544147343
Binary10101101001011000111110100010010100101100100001100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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