Html Css Color HEX #5D297C Kingfisher Daisy

📋 copy color: '#5D297C'

red 93 ◦ green 41 ◦ blue 124

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

Shades of Kingfisher Daisy #5D297C

Tints of Kingfisher Daisy #5D297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 124 (48.83% from 255) = 48.06%

R = 36.05%
G = 15.89%
B = 48.06%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5D297C (or 0x5D297C) is known color: Kingfisher Daisy. HEX triplet: 5D, 29 and 7C. RGB value is (93,41,124). Sum of RGB (Red+Green+Blue) = 93+41+124=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D297C is #A2D683. Grayscale: #414141. Windows color (decimal): -10671748 or 8137053. OLE color: 8137053.

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

Color convert

RGB 93 41 124 -
CMYK 0.25 0.67 0 0.51
HSL 277.59º 0.5% 0.32% -
HSV(B) 277.59º 0.67% 0.49% -
XYZ 8.95 5.37 19.63 -
YUV 66.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 93 41 124 0.25 0.67 0 0.51 277.59 0.5 0.32
Hex 5D 29 7C 19 43 0 33 116 32 20
Octal 135 51 174 31 103 0 63 426 62 40
Binary 1011101 101001 1111100 11001 1000011 0 110011 100010110 110010 100000

Color Harmonies of #5D297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D297C

Black with #5D297C

Text Example


Text Example

White with #5D297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,41,124); }

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

background-color css

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

 a { background-color: rgb(93,41,124); }

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

border-color css

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

 span { border-color: rgb(93,41,124); }

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