Html Css Color HEX #5A4775 Kingfisher Daisy

📋 copy color: '#5A4775'

red 90 ◦ green 71 ◦ blue 117

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

Shades of Kingfisher Daisy #5A4775

Tints of Kingfisher Daisy #5A4775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 32.37%
G = 25.54%
B = 42.09%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A4775 (or 0x5A4775) is known color: Kingfisher Daisy. HEX triplet: 5A, 47 and 75. RGB value is (90,71,117). Sum of RGB (Red+Green+Blue) = 90+71+117=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A4775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4775 is #A5B88A. Grayscale: #515151. Windows color (decimal): -10860683 or 7685978. OLE color: 7685978.

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

Color convert

RGB 90 71 117 -
CMYK 0.23 0.39 0 0.54
HSL 264.78º 0.24% 0.37% -
HSV(B) 264.78º 0.39% 0.46% -
XYZ 9.68 7.96 17.86 -
YUV 81.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 90 71 117 0.23 0.39 0 0.54 264.78 0.24 0.37
Hex 5A 47 75 17 27 0 36 109 18 25
Octal 132 107 165 27 47 0 66 411 30 45
Binary 1011010 1000111 1110101 10111 100111 0 110110 100001001 11000 100101

Color Harmonies of #5A4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4775

Black with #5A4775

Text Example


Text Example

White with #5A4775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,71,117); }

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

background-color css

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

 a { background-color: rgb(90,71,117); }

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

border-color css

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

 span { border-color: rgb(90,71,117); }

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