#58337B

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

Shades of Kingfisher Daisy #58337B

Tints of Kingfisher Daisy #58337B

Color information

#58337B (or 0x58337B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 33 and 7B. RGB value is (88,51,123). Sum of RGB (Red+Green+Blue) = 88+51+123=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #58337B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58337B is #A7CC84. Grayscale: #464646. Windows color (decimal): -10996869 or 8074072. OLE color: 8074072.

HSL color Cylindrical-coordinate representation of color #58337B: hue angle of 270.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58337B is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8851123-
CMYK0.280.5900.52
HSL270.83º41.38%34.12%-
HSV(B)270.83º58.54%48.24%-
XYZ8.785.8719.41-
YUV70.27157.76140.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=33.59%
G=19.47%
B=46.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88511230.280.5900.52270.8341.3834.12
Hex58337B1C3B03410f2922
Octal1306317334730644175142
Binary10110001100111111011111001110110110100100001111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58337B; }

 p { color: rgb(88,51,123); }

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

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

 a { background-color: rgb(88,51,123); }

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

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

 span { border-color: rgb(88,51,123); }

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