#56338B

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

Shades of Kingfisher Daisy #56338B

Tints of Kingfisher Daisy #56338B

Color information

#56338B (or 0x56338B) is unknown color: approx Kingfisher Daisy. HEX triplet: 56, 33 and 8B. RGB value is (86,51,139). Sum of RGB (Red+Green+Blue) = 86+51+139=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #56338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56338B is #A9CC74. Grayscale: #474747. Windows color (decimal): -11127925 or 9122646. OLE color: 9122646.

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

Color convert

RGB8651139-
CMYK0.380.6300.45
HSL263.86º46.32%37.25%-
HSV(B)263.86º63.31%54.51%-
XYZ9.686.2125.11-
YUV71.5166.1138.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=31.16%
G=18.48%
B=50.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86511390.380.6300.45263.8646.3237.25
Hex56338B263F02D1082e25
Octal1266321346770554105645
Binary1010110110011100010111001101111110101101100001000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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