Html Css Color HEX #59358B Kingfisher Daisy

📋 copy color: '#59358B'

red 89 ◦ green 53 ◦ blue 139

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

Shades of Kingfisher Daisy #59358B

Tints of Kingfisher Daisy #59358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 31.67%
G = 18.86%
B = 49.47%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59358B (or 0x59358B) is known color: Kingfisher Daisy. HEX triplet: 59, 35 and 8B. RGB value is (89,53,139). Sum of RGB (Red+Green+Blue) = 89+53+139=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #59358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59358B is #A6CA74. Grayscale: #494949. Windows color (decimal): -10930805 or 9123161. OLE color: 9123161.

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

Color convert

RGB 89 53 139 -
CMYK 0.36 0.62 0 0.45
HSL 265.12º 0.45% 0.38% -
HSV(B) 265.12º 0.62% 0.55% -
XYZ 10.05 6.53 25.16 -
YUV 73.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 89 53 139 0.36 0.62 0 0.45 265.12 0.45 0.38
Hex 59 35 8B 24 3E 0 2D 109 2D 26
Octal 131 65 213 44 76 0 55 411 55 46
Binary 1011001 110101 10001011 100100 111110 0 101101 100001001 101101 100110

Color Harmonies of #59358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59358B

Black with #59358B

Text Example


Text Example

White with #59358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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