#583985

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

Shades of Kingfisher Daisy #583985

Tints of Kingfisher Daisy #583985

Color information

#583985 (or 0x583985) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 39 and 85. RGB value is (88,57,133). Sum of RGB (Red+Green+Blue) = 88+57+133=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #583985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583985 is #A7C67A. Grayscale: #4A4A4A. Windows color (decimal): -10995323 or 8730968. OLE color: 8730968.

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

Color convert

RGB8857133-
CMYK0.340.5700.48
HSL264.47º40%37.25%-
HSV(B)264.47º57.14%52.16%-
XYZ9.726.6922.97-
YUV74.93160.77137.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=31.65%
G=20.50%
B=47.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88571330.340.5700.48264.474037.25
Hex58398522390301082825
Octal1307120542710604105045
Binary1011000111001100001011000101110010110000100001000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583985; }

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

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

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

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

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

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

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

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