Html Css Color HEX #5A3289 Kingfisher Daisy

📋 copy color: '#5A3289'

red 90 ◦ green 50 ◦ blue 137

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

Shades of Kingfisher Daisy #5A3289

Tints of Kingfisher Daisy #5A3289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 137 (53.91% from 255) = 49.46%

R = 32.49%
G = 18.05%
B = 49.46%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A3289 (or 0x5A3289) is known color: Kingfisher Daisy. HEX triplet: 5A, 32 and 89. RGB value is (90,50,137). Sum of RGB (Red+Green+Blue) = 90+50+137=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A3289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3289 is #A5CD76. Grayscale: #474747. Windows color (decimal): -10866039 or 8991322. OLE color: 8991322.

HSL color Cylindrical-coordinate representation of color #5A3289: hue angle of 267.59º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A3289 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 50 137 -
CMYK 0.34 0.64 0 0.46
HSL 267.59º 0.47% 0.37% -
HSV(B) 267.59º 0.64% 0.54% -
XYZ 9.87 6.26 24.36 -
YUV 71.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 90 50 137 0.34 0.64 0 0.46 267.59 0.47 0.37
Hex 5A 32 89 22 40 0 2E 10C 2F 25
Octal 132 62 211 42 100 0 56 414 57 45
Binary 1011010 110010 10001001 100010 1000000 0 101110 100001100 101111 100101

Color Harmonies of #5A3289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3289

Black with #5A3289

Text Example


Text Example

White with #5A3289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,50,137); }

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

background-color css

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

 a { background-color: rgb(90,50,137); }

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

border-color css

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

 span { border-color: rgb(90,50,137); }

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