#58397A

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

Shades of Kingfisher Daisy #58397A

Tints of Kingfisher Daisy #58397A

Color information

#58397A (or 0x58397A) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 39 and 7A. RGB value is (88,57,122). Sum of RGB (Red+Green+Blue) = 88+57+122=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #58397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58397A is #A7C685. Grayscale: #494949. Windows color (decimal): -10995334 or 8010072. OLE color: 8010072.

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

Color convert

RGB8857122-
CMYK0.280.5300.52
HSL268.62º36.31%35.1%-
HSV(B)268.62º53.28%47.84%-
XYZ96.4119.17-
YUV73.68155.27138.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=32.96%
G=21.35%
B=45.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88571220.280.5300.52268.6236.3135.1
Hex58397A1C3503410d2423
Octal1307117234650644154443
Binary10110001110011111010111001101010110100100001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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