Html Css Color HEX #5D3986 Kingfisher Daisy

📋 copy color: '#5D3986'

red 93 ◦ green 57 ◦ blue 134

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

Shades of Kingfisher Daisy #5D3986

Tints of Kingfisher Daisy #5D3986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

 BLUE value IS 134 (52.73% from 255) = 47.18%

R = 32.75%
G = 20.07%
B = 47.18%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5D3986 (or 0x5D3986) is known color: Kingfisher Daisy. HEX triplet: 5D, 39 and 86. RGB value is (93,57,134). Sum of RGB (Red+Green+Blue) = 93+57+134=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #5D3986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3986 is #A2C679. Grayscale: #4C4C4C. Windows color (decimal): -10667642 or 8796509. OLE color: 8796509.

HSL color Cylindrical-coordinate representation of color #5D3986: hue angle of 268.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D3986 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 57 134 -
CMYK 0.31 0.57 0 0.47
HSL 268.05º 0.4% 0.37% -
HSV(B) 268.05º 0.57% 0.53% -
XYZ 10.28 6.97 23.36 -
YUV 76.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 93 57 134 0.31 0.57 0 0.47 268.05 0.4 0.37
Hex 5D 39 86 1F 39 0 2F 10C 28 25
Octal 135 71 206 37 71 0 57 414 50 45
Binary 1011101 111001 10000110 11111 111001 0 101111 100001100 101000 100101

Color Harmonies of #5D3986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3986

Black with #5D3986

Text Example


Text Example

White with #5D3986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,57,134); }

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

background-color css

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

 a { background-color: rgb(93,57,134); }

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

border-color css

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

 span { border-color: rgb(93,57,134); }

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