#582685

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

Shades of Kingfisher Daisy #582685

Tints of Kingfisher Daisy #582685

Color information

#582685 (or 0x582685) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 26 and 85. RGB value is (88,38,133). Sum of RGB (Red+Green+Blue) = 88+38+133=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #582685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582685 is #A7D97A. Grayscale: #3F3F3F. Windows color (decimal): -11000187 or 8726104. OLE color: 8726104.

HSL color Cylindrical-coordinate representation of color #582685: hue angle of 271.58º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #582685 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8838133-
CMYK0.340.7100.48
HSL271.58º55.56%33.53%-
HSV(B)271.58º71.43%52.16%-
XYZ8.955.1522.71-
YUV63.78167.06145.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=33.98%
G=14.67%
B=51.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88381330.340.7100.48271.5855.5633.53
Hex58268522470301103822
Octal13046205421070604207042
Binary10110001001101000010110001010001110110000100010000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582685; }

 p { color: rgb(88,38,133); }

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

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

 a { background-color: rgb(88,38,133); }

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

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

 span { border-color: rgb(88,38,133); }

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