Html Css Color HEX #5A4280 Kingfisher Daisy

📋 copy color: '#5A4280'

red 90 ◦ green 66 ◦ blue 128

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

Shades of Kingfisher Daisy #5A4280

Tints of Kingfisher Daisy #5A4280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 31.69%
G = 23.24%
B = 45.07%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5A4280 (or 0x5A4280) is known color: Kingfisher Daisy. HEX triplet: 5A, 42 and 80. RGB value is (90,66,128). Sum of RGB (Red+Green+Blue) = 90+66+128=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #5A4280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4280 is #A5BD7F. Grayscale: #505050. Windows color (decimal): -10861952 or 8405594. OLE color: 8405594.

HSL color Cylindrical-coordinate representation of color #5A4280: hue angle of 263.23º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A4280 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 66 128 -
CMYK 0.30 0.48 0 0.50
HSL 263.23º 0.32% 0.38% -
HSV(B) 263.23º 0.48% 0.5% -
XYZ 10.06 7.63 21.36 -
YUV 80.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 90 66 128 0.30 0.48 0 0.50 263.23 0.32 0.38
Hex 5A 42 80 1E 30 0 32 107 20 26
Octal 132 102 200 36 60 0 62 407 40 46
Binary 1011010 1000010 10000000 11110 110000 0 110010 100000111 100000 100110

Color Harmonies of #5A4280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4280

Black with #5A4280

Text Example


Text Example

White with #5A4280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,66,128); }

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

background-color css

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

 a { background-color: rgb(90,66,128); }

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

border-color css

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

 span { border-color: rgb(90,66,128); }

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