#56268b

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

Shades of Kingfisher Daisy #56268B

Tints of Kingfisher Daisy #56268B

Color information

#56268B (or 0x56268B) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 26 and 8B. RGB value is (86,38,139). Sum of RGB (Red+Green+Blue) = 86+38+139=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #56268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56268B is #A9D974. Grayscale: #3F3F3F. Windows color (decimal): -11131253 or 9119318. OLE color: 9119318.

HSL color Cylindrical-coordinate representation of color #56268B: hue angle of 268.51º degrees, saturation: 0.57, 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 #56268B is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8638139-
CMYK0.380.7300.45
HSL268.51º57.06%34.71%-
HSV(B)268.51º72.66%54.51%-
XYZ9.195.2324.95-
YUV63.87170.4143.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.70%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=32.70%
G=14.45%
B=52.85%

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
Decimal86381390.380.7300.45268.5157.0634.71
Hex56268B264902D10d3923
Octal12646213461110554157143
Binary10101101001101000101110011010010010101101100001101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56268b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56268b; }

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

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

<style>
 a { background-color: #56268b; }

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

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

<style>
 span { border-color: #56268b; }

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

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