Html Css Color HEX #5D247D Kingfisher Daisy

📋 copy color: '#5D247D'

red 93 ◦ green 36 ◦ blue 125

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

Shades of Kingfisher Daisy #5D247D

Tints of Kingfisher Daisy #5D247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 36.61%
G = 14.17%
B = 49.21%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D247D (or 0x5D247D) is known color: Kingfisher Daisy. HEX triplet: 5D, 24 and 7D. RGB value is (93,36,125). Sum of RGB (Red+Green+Blue) = 93+36+125=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D247D is #A2DB82. Grayscale: #3E3E3E. Windows color (decimal): -10673027 or 8201309. OLE color: 8201309.

HSL color Cylindrical-coordinate representation of color #5D247D: hue angle of 278.43º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D247D is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 93 36 125 -
CMYK 0.26 0.71 0 0.51
HSL 278.43º 0.55% 0.32% -
HSV(B) 278.43º 0.71% 0.49% -
XYZ 8.85 5.07 19.91 -
YUV 63.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 93 36 125 0.26 0.71 0 0.51 278.43 0.55 0.32
Hex 5D 24 7D 1A 47 0 33 116 37 20
Octal 135 44 175 32 107 0 63 426 67 40
Binary 1011101 100100 1111101 11010 1000111 0 110011 100010110 110111 100000

Color Harmonies of #5D247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D247D

Black with #5D247D

Text Example


Text Example

White with #5D247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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