Html Css Color HEX #5D3086 Kingfisher Daisy

📋 copy color: '#5D3086'

red 93 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #5D3086

Tints of Kingfisher Daisy #5D3086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

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

R = 33.82%
G = 17.45%
B = 48.73%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5D3086 (or 0x5D3086) is known color: Kingfisher Daisy. HEX triplet: 5D, 30 and 86. RGB value is (93,48,134). Sum of RGB (Red+Green+Blue) = 93+48+134=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #5D3086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3086 is #A2CF79. Grayscale: #464646. Windows color (decimal): -10669946 or 8794205. OLE color: 8794205.

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

Color convert

RGB 93 48 134 -
CMYK 0.31 0.64 0 0.47
HSL 271.4º 0.47% 0.36% -
HSV(B) 271.4º 0.64% 0.53% -
XYZ 9.87 6.16 23.22 -
YUV 71.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 93 48 134 0.31 0.64 0 0.47 271.4 0.47 0.36
Hex 5D 30 86 1F 40 0 2F 10F 2F 24
Octal 135 60 206 37 100 0 57 417 57 44
Binary 1011101 110000 10000110 11111 1000000 0 101111 100001111 101111 100100

Color Harmonies of #5D3086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3086

Black with #5D3086

Text Example


Text Example

White with #5D3086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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