#58217A

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

Shades of Kingfisher Daisy #58217A

Tints of Kingfisher Daisy #58217A

Color information

#58217A (or 0x58217A) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 21 and 7A. RGB value is (88,33,122). Sum of RGB (Red+Green+Blue) = 88+33+122=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #58217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58217A is #A7DE85. Grayscale: #3B3B3B. Windows color (decimal): -11001478 or 8003928. OLE color: 8003928.

HSL color Cylindrical-coordinate representation of color #58217A: hue angle of 277.08º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58217A is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8833122-
CMYK0.280.7300.52
HSL277.08º57.42%30.39%-
HSV(B)277.08º72.95%47.84%-
XYZ8.084.5718.87-
YUV59.59163.22148.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=36.21%
G=13.58%
B=50.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88331220.280.7300.52277.0857.4230.39
Hex58217A1C49034115391e
Octal13041172341110644257136
Binary10110001000011111010111001001001011010010001010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58217A; }

 p { color: rgb(88,33,122); }

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

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

 a { background-color: rgb(88,33,122); }

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

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

 span { border-color: rgb(88,33,122); }

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