Html Css Color HEX #5A3786 Kingfisher Daisy

📋 copy color: '#5A3786'

red 90 ◦ green 55 ◦ blue 134

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

Shades of Kingfisher Daisy #5A3786

Tints of Kingfisher Daisy #5A3786

RGB

 RED value IS 90 (35.55% from 255) = 32.26%

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 32.26%
G = 19.71%
B = 48.03%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A3786 (or 0x5A3786) is known color: Kingfisher Daisy. HEX triplet: 5A, 37 and 86. RGB value is (90,55,134). Sum of RGB (Red+Green+Blue) = 90+55+134=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A3786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3786 is #A5C879. Grayscale: #4A4A4A. Windows color (decimal): -10864762 or 8795994. OLE color: 8795994.

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

Color convert

RGB 90 55 134 -
CMYK 0.33 0.59 0 0.47
HSL 266.58º 0.42% 0.37% -
HSV(B) 266.58º 0.59% 0.53% -
XYZ 9.89 6.63 23.31 -
YUV 74.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 90 55 134 0.33 0.59 0 0.47 266.58 0.42 0.37
Hex 5A 37 86 21 3B 0 2F 10B 2A 25
Octal 132 67 206 41 73 0 57 413 52 45
Binary 1011010 110111 10000110 100001 111011 0 101111 100001011 101010 100101

Color Harmonies of #5A3786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3786

Black with #5A3786

Text Example


Text Example

White with #5A3786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,134); }

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

background-color css

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

 a { background-color: rgb(90,55,134); }

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

border-color css

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

 span { border-color: rgb(90,55,134); }

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