Html Css Color HEX #59287F Kingfisher Daisy

📋 copy color: '#59287F'

red 89 ◦ green 40 ◦ blue 127

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

Shades of Kingfisher Daisy #59287F

Tints of Kingfisher Daisy #59287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

 BLUE value IS 127 (50% from 255) = 49.61%

R = 34.77%
G = 15.63%
B = 49.61%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59287F (or 0x59287F) is known color: Kingfisher Daisy. HEX triplet: 59, 28 and 7F. RGB value is (89,40,127). Sum of RGB (Red+Green+Blue) = 89+40+127=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #59287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59287F is #A6D780. Grayscale: #404040. Windows color (decimal): -10934145 or 8333401. OLE color: 8333401.

HSL color Cylindrical-coordinate representation of color #59287F: hue angle of 273.79º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59287F is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 40 127 -
CMYK 0.30 0.69 0 0.50
HSL 273.79º 0.52% 0.33% -
HSV(B) 273.79º 0.69% 0.5% -
XYZ 8.71 5.17 20.62 -
YUV 64.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 89 40 127 0.30 0.69 0 0.50 273.79 0.52 0.33
Hex 59 28 7F 1E 45 0 32 112 34 21
Octal 131 50 177 36 105 0 62 422 64 41
Binary 1011001 101000 1111111 11110 1000101 0 110010 100010010 110100 100001

Color Harmonies of #59287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59287F

Black with #59287F

Text Example


Text Example

White with #59287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59287F; }

 p { color: rgb(89,40,127); }

 H1.HeaderClassName
 {
   color: #59287F;
 }
 .AnyTagClassName
 {
   color: #59287F;
 }
</style>

background-color css

<style>
 a { background-color: #59287F; }

 a { background-color: rgb(89,40,127); }

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

border-color css

<style>
 span { border-color: #59287F; }

 span { border-color: rgb(89,40,127); }

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