Html Css Color HEX #59338C Kingfisher Daisy

📋 copy color: '#59338C'

red 89 ◦ green 51 ◦ blue 140

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

Shades of Kingfisher Daisy #59338C

Tints of Kingfisher Daisy #59338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 31.79%
G = 18.21%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59338C (or 0x59338C) is known color: Kingfisher Daisy. HEX triplet: 59, 33 and 8C. RGB value is (89,51,140). Sum of RGB (Red+Green+Blue) = 89+51+140=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #59338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59338C is #A6CC73. Grayscale: #484848. Windows color (decimal): -10931316 or 9188185. OLE color: 9188185.

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

Color convert

RGB 89 51 140 -
CMYK 0.36 0.64 0 0.45
HSL 265.62º 0.47% 0.37% -
HSV(B) 265.62º 0.64% 0.55% -
XYZ 10.04 6.38 25.51 -
YUV 72.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 89 51 140 0.36 0.64 0 0.45 265.62 0.47 0.37
Hex 59 33 8C 24 40 0 2D 10A 2F 25
Octal 131 63 214 44 100 0 55 412 57 45
Binary 1011001 110011 10001100 100100 1000000 0 101101 100001010 101111 100101

Color Harmonies of #59338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59338C

Black with #59338C

Text Example


Text Example

White with #59338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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