Html Css Color HEX #5D2489 Kingfisher Daisy

📋 copy color: '#5D2489'

red 93 ◦ green 36 ◦ blue 137

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

Shades of Kingfisher Daisy #5D2489

Tints of Kingfisher Daisy #5D2489

RGB

 RED value IS 93 (36.72% from 255) = 34.96%

 GREEN value IS 36 (14.45% from 255) = 13.53%

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 34.96%
G = 13.53%
B = 51.5%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D2489 (or 0x5D2489) is known color: Kingfisher Daisy. HEX triplet: 5D, 24 and 89. RGB value is (93,36,137). Sum of RGB (Red+Green+Blue) = 93+36+137=266 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.96% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D2489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2489 is #A2DB76. Grayscale: #404040. Windows color (decimal): -10673015 or 8987741. OLE color: 8987741.

HSL color Cylindrical-coordinate representation of color #5D2489: hue angle of 273.86º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2489 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 36 137 -
CMYK 0.32 0.74 0 0.46
HSL 273.86º 0.58% 0.34% -
HSV(B) 273.86º 0.74% 0.54% -
XYZ 9.66 5.4 24.2 -
YUV 64.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 93 36 137 0.32 0.74 0 0.46 273.86 0.58 0.34
Hex 5D 24 89 20 4A 0 2E 112 3A 22
Octal 135 44 211 40 112 0 56 422 72 42
Binary 1011101 100100 10001001 100000 1001010 0 101110 100010010 111010 100010

Color Harmonies of #5D2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2489

Black with #5D2489

Text Example


Text Example

White with #5D2489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D2489; }

 p { color: rgb(93,36,137); }

 H1.HeaderClassName
 {
   color: #5D2489;
 }
 .AnyTagClassName
 {
   color: #5D2489;
 }
</style>

background-color css

<style>
 a { background-color: #5D2489; }

 a { background-color: rgb(93,36,137); }

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

border-color css

<style>
 span { border-color: #5D2489; }

 span { border-color: rgb(93,36,137); }

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