Html Css Color HEX #5D2596 Kingfisher Daisy

📋 copy color: '#5D2596'

red 93 ◦ green 37 ◦ blue 150

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

Shades of Kingfisher Daisy #5D2596

Tints of Kingfisher Daisy #5D2596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 33.21%
G = 13.21%
B = 53.57%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5D2596 (or 0x5D2596) is known color: Kingfisher Daisy. HEX triplet: 5D, 25 and 96. RGB value is (93,37,150). Sum of RGB (Red+Green+Blue) = 93+37+150=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #5D2596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2596 is #A2DA69. Grayscale: #424242. Windows color (decimal): -10672746 or 9839965. OLE color: 9839965.

HSL color Cylindrical-coordinate representation of color #5D2596: hue angle of 269.73º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2596 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 37 150 -
CMYK 0.38 0.75 0 0.41
HSL 269.73º 0.6% 0.37% -
HSV(B) 269.73º 0.75% 0.59% -
XYZ 10.68 5.85 29.42 -
YUV 66.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 93 37 150 0.38 0.75 0 0.41 269.73 0.6 0.37
Hex 5D 25 96 26 4B 0 29 10E 3C 25
Octal 135 45 226 46 113 0 51 416 74 45
Binary 1011101 100101 10010110 100110 1001011 0 101001 100001110 111100 100101

Color Harmonies of #5D2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2596

Black with #5D2596

Text Example


Text Example

White with #5D2596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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