#58277A

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

Shades of Kingfisher Daisy #58277A

Tints of Kingfisher Daisy #58277A

Color information

#58277A (or 0x58277A) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 27 and 7A. RGB value is (88,39,122). Sum of RGB (Red+Green+Blue) = 88+39+122=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #58277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58277A is #A7D885. Grayscale: #3E3E3E. Windows color (decimal): -10999942 or 8005464. OLE color: 8005464.

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

Color convert

RGB8839122-
CMYK0.280.6800.52
HSL275.42º51.55%31.57%-
HSV(B)275.42º68.03%47.84%-
XYZ8.264.9318.93-
YUV63.11161.23145.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=35.34%
G=15.66%
B=49.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88391220.280.6800.52275.4251.5531.57
Hex58277A1C440341133420
Octal13047172341040644236440
Binary101100010011111110101110010001000110100100010011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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