#583C80

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

Shades of Kingfisher Daisy #583C80

Tints of Kingfisher Daisy #583C80

Color information

#583C80 (or 0x583C80) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 3C and 80. RGB value is (88,60,128). Sum of RGB (Red+Green+Blue) = 88+60+128=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #583C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #583C80 is #A7C37F. Grayscale: #4B4B4B. Windows color (decimal): -10994560 or 8404056. OLE color: 8404056.

HSL color Cylindrical-coordinate representation of color #583C80: hue angle of 264.71º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #583C80 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8860128-
CMYK0.310.5300.50
HSL264.71º36.17%36.86%-
HSV(B)264.71º53.12%50.2%-
XYZ9.546.8621.24-
YUV76.12157.28136.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=31.88%
G=21.74%
B=46.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88601280.310.5300.50264.7136.1736.86
Hex583C801F350321092425
Octal1307420037650624114445
Binary101100011110010000000111111101010110010100001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583C80; }

 p { color: rgb(88,60,128); }

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

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

 a { background-color: rgb(88,60,128); }

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

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

 span { border-color: rgb(88,60,128); }

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