Html Css Color HEX #5D208E Kingfisher Daisy

📋 copy color: '#5D208E'

red 93 ◦ green 32 ◦ blue 142

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

Shades of Kingfisher Daisy #5D208E

Tints of Kingfisher Daisy #5D208E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 34.83%
G = 11.99%
B = 53.18%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D208E (or 0x5D208E) is known color: Kingfisher Daisy. HEX triplet: 5D, 20 and 8E. RGB value is (93,32,142). Sum of RGB (Red+Green+Blue) = 93+32+142=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D208E is #A2DF71. Grayscale: #3E3E3E. Windows color (decimal): -10674034 or 9314397. OLE color: 9314397.

HSL color Cylindrical-coordinate representation of color #5D208E: hue angle of 273.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D208E is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 32 142 -
CMYK 0.35 0.77 0 0.44
HSL 273.27º 0.63% 0.34% -
HSV(B) 273.27º 0.77% 0.56% -
XYZ 9.91 5.31 26.09 -
YUV 62.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 93 32 142 0.35 0.77 0 0.44 273.27 0.63 0.34
Hex 5D 20 8E 23 4D 0 2C 111 3F 22
Octal 135 40 216 43 115 0 54 421 77 42
Binary 1011101 100000 10001110 100011 1001101 0 101100 100010001 111111 100010

Color Harmonies of #5D208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D208E

Black with #5D208E

Text Example


Text Example

White with #5D208E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,32,142); }

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

background-color css

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

 a { background-color: rgb(93,32,142); }

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

border-color css

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

 span { border-color: rgb(93,32,142); }

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