#58207D

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

Shades of Kingfisher Daisy #58207D

Tints of Kingfisher Daisy #58207D

Color information

#58207D (or 0x58207D) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 20 and 7D. RGB value is (88,32,125). Sum of RGB (Red+Green+Blue) = 88+32+125=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #58207D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58207D is #A7DF82. Grayscale: #3B3B3B. Windows color (decimal): -11001731 or 8200280. OLE color: 8200280.

HSL color Cylindrical-coordinate representation of color #58207D: hue angle of 276.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58207D is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8832125-
CMYK0.300.7400.51
HSL276.13º59.24%30.78%-
HSV(B)276.13º74.4%49.02%-
XYZ8.244.5919.85-
YUV59.35165.05148.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 125 (49.22% from 255) = 51.02%
R=35.92%
G=13.06%
B=51.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88321250.300.7400.51276.1359.2430.78
Hex58207D1E4A0331143b1f
Octal13040175361120634247337
Binary10110001000001111101111101001010011001110001010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58207D; }

 p { color: rgb(88,32,125); }

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

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

 a { background-color: rgb(88,32,125); }

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

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

 span { border-color: rgb(88,32,125); }

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