#59267B

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

Shades of Kingfisher Daisy #59267B

Tints of Kingfisher Daisy #59267B

Color information

#59267B (or 0x59267B) is unknown color: approx Kingfisher Daisy. HEX triplet: 59, 26 and 7B. RGB value is (89,38,123). Sum of RGB (Red+Green+Blue) = 89+38+123=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #59267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59267B is #A6D984. Grayscale: #3E3E3E. Windows color (decimal): -10934661 or 8070745. OLE color: 8070745.

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

Color convert

RGB8938123-
CMYK0.280.6900.52
HSL276º52.8%31.57%-
HSV(B)276º69.11%48.24%-
XYZ8.394.9419.25-
YUV62.94161.9146.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=35.6%
G=15.2%
B=49.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal89381230.280.6900.5227652.831.57
Hex59267B1C450341143520
Octal13146173341050644246540
Binary101100110011011110111110010001010110100100010100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,38,123); }

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

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

 a { background-color: rgb(89,38,123); }

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

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

 span { border-color: rgb(89,38,123); }

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