Html Css Color HEX #59238F Kingfisher Daisy

📋 copy color: '#59238F'

red 89 ◦ green 35 ◦ blue 143

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

Shades of Kingfisher Daisy #59238F

Tints of Kingfisher Daisy #59238F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

 BLUE value IS 143 (56.25% from 255) = 53.56%

R = 33.33%
G = 13.11%
B = 53.56%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59238F (or 0x59238F) is known color: Kingfisher Daisy. HEX triplet: 59, 23 and 8F. RGB value is (89,35,143). Sum of RGB (Red+Green+Blue) = 89+35+143=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #59238F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59238F is #A6DC70. Grayscale: #3F3F3F. Windows color (decimal): -10935409 or 9380697. OLE color: 9380697.

HSL color Cylindrical-coordinate representation of color #59238F: hue angle of 270º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59238F is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 35 143 -
CMYK 0.38 0.76 0 0.44
HSL 270º 0.61% 0.35% -
HSV(B) 270º 0.76% 0.56% -
XYZ 9.68 5.31 26.5 -
YUV 63.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 89 35 143 0.38 0.76 0 0.44 270 0.61 0.35
Hex 59 23 8F 26 4C 0 2C 10E 3D 23
Octal 131 43 217 46 114 0 54 416 75 43
Binary 1011001 100011 10001111 100110 1001100 0 101100 100001110 111101 100011

Color Harmonies of #59238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59238F

Black with #59238F

Text Example


Text Example

White with #59238F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,35,143); }

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

background-color css

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

 a { background-color: rgb(89,35,143); }

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

border-color css

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

 span { border-color: rgb(89,35,143); }

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