#58268B

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

Shades of Kingfisher Daisy #58268B

Tints of Kingfisher Daisy #58268B

Color information

#58268B (or 0x58268B) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 26 and 8B. RGB value is (88,38,139). Sum of RGB (Red+Green+Blue) = 88+38+139=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #58268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58268B is #A7D974. Grayscale: #404040. Windows color (decimal): -11000181 or 9119320. OLE color: 9119320.

HSL color Cylindrical-coordinate representation of color #58268B: hue angle of 269.7º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58268B is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8838139-
CMYK0.370.7300.45
HSL269.7º57.06%34.71%-
HSV(B)269.7º72.66%54.51%-
XYZ9.385.3324.96-
YUV64.46170.06144.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=33.21%
G=14.34%
B=52.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88381390.370.7300.45269.757.0634.71
Hex58268B254902D10e3923
Octal13046213451110554167143
Binary10110001001101000101110010110010010101101100001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,38,139); }

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

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

 a { background-color: rgb(88,38,139); }

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

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

 span { border-color: rgb(88,38,139); }

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