#582E86

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

Shades of Kingfisher Daisy #582E86

Tints of Kingfisher Daisy #582E86

Color information

#582E86 (or 0x582E86) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2E and 86. RGB value is (88,46,134). Sum of RGB (Red+Green+Blue) = 88+46+134=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #582E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582E86 is #A7D179. Grayscale: #444444. Windows color (decimal): -10998138 or 8793688. OLE color: 8793688.

HSL color Cylindrical-coordinate representation of color #582E86: hue angle of 268.64º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582E86 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8846134-
CMYK0.340.6600.47
HSL268.64º48.89%35.29%-
HSV(B)268.64º65.67%52.55%-
XYZ9.35.7523.17-
YUV68.59164.91141.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 134 (52.73% from 255) = 50%
R=32.84%
G=17.16%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88461340.340.6600.47268.6448.8935.29
Hex582E86224202F10d3123
Octal13056206421020574156143
Binary10110001011101000011010001010000100101111100001101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582E86; }

 p { color: rgb(88,46,134); }

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

<style>
 a { background-color: #582E86; }

 a { background-color: rgb(88,46,134); }

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

<style>
 span { border-color: #582E86; }

 span { border-color: rgb(88,46,134); }

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