Html Css Color HEX #5D298B Kingfisher Daisy

📋 copy color: '#5D298B'

red 93 ◦ green 41 ◦ blue 139

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

Shades of Kingfisher Daisy #5D298B

Tints of Kingfisher Daisy #5D298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 34.07%
G = 15.02%
B = 50.92%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D298B (or 0x5D298B) is known color: Kingfisher Daisy. HEX triplet: 5D, 29 and 8B. RGB value is (93,41,139). Sum of RGB (Red+Green+Blue) = 93+41+139=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D298B is #A2D674. Grayscale: #434343. Windows color (decimal): -10671733 or 9120093. OLE color: 9120093.

HSL color Cylindrical-coordinate representation of color #5D298B: hue angle of 271.84º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D298B is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 41 139 -
CMYK 0.33 0.71 0 0.45
HSL 271.84º 0.54% 0.35% -
HSV(B) 271.84º 0.71% 0.55% -
XYZ 9.97 5.78 25.02 -
YUV 67.72 168.23 146.03 -
System Red Green Blue C M Y K H S L
Decimal 93 41 139 0.33 0.71 0 0.45 271.84 0.54 0.35
Hex 5D 29 8B 21 47 0 2D 110 36 23
Octal 135 51 213 41 107 0 55 420 66 43
Binary 1011101 101001 10001011 100001 1000111 0 101101 100010000 110110 100011

Color Harmonies of #5D298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D298B

Black with #5D298B

Text Example


Text Example

White with #5D298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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