#56238D

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

Shades of Kingfisher Daisy #56238D

Tints of Kingfisher Daisy #56238D

Color information

#56238D (or 0x56238D) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 23 and 8D. RGB value is (86,35,141). Sum of RGB (Red+Green+Blue) = 86+35+141=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #56238D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56238D is #A9DC72. Grayscale: #3D3D3D. Windows color (decimal): -11132019 or 9249622. OLE color: 9249622.

HSL color Cylindrical-coordinate representation of color #56238D: hue angle of 268.87º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #56238D is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8635141-
CMYK0.390.7500.45
HSL268.87º60.23%34.51%-
HSV(B)268.87º75.18%55.29%-
XYZ9.255.125.7-
YUV62.33172.4144.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=32.82%
G=13.36%
B=53.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86351410.390.7500.45268.8760.2334.51
Hex56238D274B02D10d3c23
Octal12643215471130554157443
Binary10101101000111000110110011110010110101101100001101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56238D; }

 p { color: rgb(86,35,141); }

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

<style>
 a { background-color: #56238D; }

 a { background-color: rgb(86,35,141); }

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

<style>
 span { border-color: #56238D; }

 span { border-color: rgb(86,35,141); }

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