#582975

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

Shades of Kingfisher Daisy #582975

Tints of Kingfisher Daisy #582975

Color information

#582975 (or 0x582975) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 29 and 75. RGB value is (88,41,117). Sum of RGB (Red+Green+Blue) = 88+41+117=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #582975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582975 is #A7D68A. Grayscale: #3F3F3F. Windows color (decimal): -10999435 or 7678296. OLE color: 7678296.

HSL color Cylindrical-coordinate representation of color #582975: hue angle of 277.11º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #582975 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8841117-
CMYK0.250.6500.54
HSL277.11º48.1%30.98%-
HSV(B)277.11º64.96%45.88%-
XYZ8.034.9417.36-
YUV63.72158.07145.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.77%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=35.77%
G=16.67%
B=47.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88411170.250.6500.54277.1148.130.98
Hex5829751941036115301f
Octal13051165311010664256037
Binary10110001010011110101110011000001011011010001010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582975; }

 p { color: rgb(88,41,117); }

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

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

 a { background-color: rgb(88,41,117); }

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

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

 span { border-color: rgb(88,41,117); }

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