Html Css Color HEX #59308C Kingfisher Daisy

📋 copy color: '#59308C'

red 89 ◦ green 48 ◦ blue 140

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

Shades of Kingfisher Daisy #59308C

Tints of Kingfisher Daisy #59308C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.33%

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 32.13%
G = 17.33%
B = 50.54%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59308C (or 0x59308C) is known color: Kingfisher Daisy. HEX triplet: 59, 30 and 8C. RGB value is (89,48,140). Sum of RGB (Red+Green+Blue) = 89+48+140=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #59308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59308C is #A6CF73. Grayscale: #464646. Windows color (decimal): -10932084 or 9187417. OLE color: 9187417.

HSL color Cylindrical-coordinate representation of color #59308C: hue angle of 266.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #59308C is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 48 140 -
CMYK 0.36 0.66 0 0.45
HSL 266.74º 0.49% 0.37% -
HSV(B) 266.74º 0.66% 0.55% -
XYZ 9.91 6.13 25.47 -
YUV 70.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 89 48 140 0.36 0.66 0 0.45 266.74 0.49 0.37
Hex 59 30 8C 24 42 0 2D 10B 31 25
Octal 131 60 214 44 102 0 55 413 61 45
Binary 1011001 110000 10001100 100100 1000010 0 101101 100001011 110001 100101

Color Harmonies of #59308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59308C

Black with #59308C

Text Example


Text Example

White with #59308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59308C; }

 p { color: rgb(89,48,140); }

 H1.HeaderClassName
 {
   color: #59308C;
 }
 .AnyTagClassName
 {
   color: #59308C;
 }
</style>

background-color css

<style>
 a { background-color: #59308C; }

 a { background-color: rgb(89,48,140); }

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

border-color css

<style>
 span { border-color: #59308C; }

 span { border-color: rgb(89,48,140); }

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