Html Css Color HEX #5D2591 Kingfisher Daisy

📋 copy color: '#5D2591'

red 93 ◦ green 37 ◦ blue 145

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

Shades of Kingfisher Daisy #5D2591

Tints of Kingfisher Daisy #5D2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

 BLUE value IS 145 (57.03% from 255) = 52.73%

R = 33.82%
G = 13.45%
B = 52.73%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5D2591 (or 0x5D2591) is known color: Kingfisher Daisy. HEX triplet: 5D, 25 and 91. RGB value is (93,37,145). Sum of RGB (Red+Green+Blue) = 93+37+145=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #5D2591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2591 is #A2DA6E. Grayscale: #414141. Windows color (decimal): -10672751 or 9512285. OLE color: 9512285.

HSL color Cylindrical-coordinate representation of color #5D2591: hue angle of 271.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2591 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 37 145 -
CMYK 0.36 0.74 0 0.43
HSL 271.11º 0.59% 0.36% -
HSV(B) 271.11º 0.74% 0.57% -
XYZ 10.29 5.69 27.35 -
YUV 66.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 93 37 145 0.36 0.74 0 0.43 271.11 0.59 0.36
Hex 5D 25 91 24 4A 0 2B 10F 3B 24
Octal 135 45 221 44 112 0 53 417 73 44
Binary 1011101 100101 10010001 100100 1001010 0 101011 100001111 111011 100100

Color Harmonies of #5D2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2591

Black with #5D2591

Text Example


Text Example

White with #5D2591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,37,145); }

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

background-color css

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

 a { background-color: rgb(93,37,145); }

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

border-color css

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

 span { border-color: rgb(93,37,145); }

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