Html Css Color HEX #5A3477 Kingfisher Daisy

📋 copy color: '#5A3477'

red 90 ◦ green 52 ◦ blue 119

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

Shades of Kingfisher Daisy #5A3477

Tints of Kingfisher Daisy #5A3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 119 (46.88% from 255) = 45.59%

R = 34.48%
G = 19.92%
B = 45.59%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A3477 (or 0x5A3477) is known color: Kingfisher Daisy. HEX triplet: 5A, 34 and 77. RGB value is (90,52,119). Sum of RGB (Red+Green+Blue) = 90+52+119=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A3477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3477 is #A5CB88. Grayscale: #464646. Windows color (decimal): -10865545 or 7812186. OLE color: 7812186.

HSL color Cylindrical-coordinate representation of color #5A3477: hue angle of 274.03º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3477 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 52 119 -
CMYK 0.24 0.56 0 0.53
HSL 274.03º 0.39% 0.34% -
HSV(B) 274.03º 0.56% 0.47% -
XYZ 8.77 5.96 18.14 -
YUV 71 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 90 52 119 0.24 0.56 0 0.53 274.03 0.39 0.34
Hex 5A 34 77 18 38 0 35 112 27 22
Octal 132 64 167 30 70 0 65 422 47 42
Binary 1011010 110100 1110111 11000 111000 0 110101 100010010 100111 100010

Color Harmonies of #5A3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3477

Black with #5A3477

Text Example


Text Example

White with #5A3477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,52,119); }

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

background-color css

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

 a { background-color: rgb(90,52,119); }

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

border-color css

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

 span { border-color: rgb(90,52,119); }

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