Html Css Color HEX #59268D Kingfisher Daisy

📋 copy color: '#59268D'

red 89 ◦ green 38 ◦ blue 141

#59268D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #59268D

Tints of Kingfisher Daisy #59268D

RGB

 RED value IS 89 (35.16% from 255) = 33.21%

 GREEN value IS 38 (15.23% from 255) = 14.18%

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 33.21%
G = 14.18%
B = 52.61%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59268D (or 0x59268D) is known color: Kingfisher Daisy. HEX triplet: 59, 26 and 8D. RGB value is (89,38,141). Sum of RGB (Red+Green+Blue) = 89+38+141=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #59268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59268D is #A6D972. Grayscale: #404040. Windows color (decimal): -10934643 or 9250393. OLE color: 9250393.

HSL color Cylindrical-coordinate representation of color #59268D: hue angle of 269.71º degrees, saturation: 0.58, 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 #59268D is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 38 141 -
CMYK 0.37 0.73 0 0.45
HSL 269.71º 0.58% 0.35% -
HSV(B) 269.71º 0.73% 0.55% -
XYZ 9.62 5.43 25.74 -
YUV 64.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 89 38 141 0.37 0.73 0 0.45 269.71 0.58 0.35
Hex 59 26 8D 25 49 0 2D 10E 3A 23
Octal 131 46 215 45 111 0 55 416 72 43
Binary 1011001 100110 10001101 100101 1001001 0 101101 100001110 111010 100011

Color Harmonies of #59268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59268D

Black with #59268D

Text Example


Text Example

White with #59268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59268D; }

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

 H1.HeaderClassName
 {
   color: #59268D;
 }
 .AnyTagClassName
 {
   color: #59268D;
 }
</style>

background-color css

<style>
 a { background-color: #59268D; }

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

 div.DivClassName
 {
   background-color: #59268D;
 }
 .BgClassName
 {
   background-color: #59268D;
 }
</style>

border-color css

<style>
 span { border-color: #59268D; }

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

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