Html Css Color HEX #59277F Kingfisher Daisy

📋 copy color: '#59277F'

red 89 ◦ green 39 ◦ blue 127

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

Shades of Kingfisher Daisy #59277F

Tints of Kingfisher Daisy #59277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

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

R = 34.9%
G = 15.29%
B = 49.8%

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

#59277F (or 0x59277F) is known color: Kingfisher Daisy. HEX triplet: 59, 27 and 7F. RGB value is (89,39,127). Sum of RGB (Red+Green+Blue) = 89+39+127=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #59277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59277F is #A6D880. Grayscale: #3F3F3F. Windows color (decimal): -10934401 or 8333145. OLE color: 8333145.

HSL color Cylindrical-coordinate representation of color #59277F: hue angle of 274.09º degrees, saturation: 0.53, 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 #59277F is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 39 127 -
CMYK 0.30 0.69 0 0.50
HSL 274.09º 0.53% 0.33% -
HSV(B) 274.09º 0.69% 0.5% -
XYZ 8.68 5.11 20.61 -
YUV 63.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 89 39 127 0.30 0.69 0 0.50 274.09 0.53 0.33
Hex 59 27 7F 1E 45 0 32 112 35 21
Octal 131 47 177 36 105 0 62 422 65 41
Binary 1011001 100111 1111111 11110 1000101 0 110010 100010010 110101 100001

Color Harmonies of #59277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59277F

Black with #59277F

Text Example


Text Example

White with #59277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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