Html Css Color HEX #59308B Kingfisher Daisy

📋 copy color: '#59308B'

red 89 ◦ green 48 ◦ blue 139

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

Shades of Kingfisher Daisy #59308B

Tints of Kingfisher Daisy #59308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 32.25%
G = 17.39%
B = 50.36%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59308B (or 0x59308B) is known color: Kingfisher Daisy. HEX triplet: 59, 30 and 8B. RGB value is (89,48,139). Sum of RGB (Red+Green+Blue) = 89+48+139=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #59308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59308B is #A6CF74. Grayscale: #464646. Windows color (decimal): -10932085 or 9121881. OLE color: 9121881.

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

Color convert

RGB 89 48 139 -
CMYK 0.36 0.65 0 0.45
HSL 267.03º 0.49% 0.37% -
HSV(B) 267.03º 0.65% 0.55% -
XYZ 9.84 6.1 25.09 -
YUV 70.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 89 48 139 0.36 0.65 0 0.45 267.03 0.49 0.37
Hex 59 30 8B 24 41 0 2D 10B 31 25
Octal 131 60 213 44 101 0 55 413 61 45
Binary 1011001 110000 10001011 100100 1000001 0 101101 100001011 110001 100101

Color Harmonies of #59308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59308B

Black with #59308B

Text Example


Text Example

White with #59308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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