Html Css Color HEX #5A2577 Kingfisher Daisy

📋 copy color: '#5A2577'

red 90 ◦ green 37 ◦ blue 119

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

Shades of Kingfisher Daisy #5A2577

Tints of Kingfisher Daisy #5A2577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 36.59%
G = 15.04%
B = 48.37%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A2577 (or 0x5A2577) is known color: Kingfisher Daisy. HEX triplet: 5A, 25 and 77. RGB value is (90,37,119). Sum of RGB (Red+Green+Blue) = 90+37+119=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A2577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2577 is #A5DA88. Grayscale: #3D3D3D. Windows color (decimal): -10869385 or 7808346. OLE color: 7808346.

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

Color convert

RGB 90 37 119 -
CMYK 0.24 0.69 0 0.53
HSL 278.78º 0.53% 0.31% -
HSV(B) 278.78º 0.69% 0.47% -
XYZ 8.21 4.83 17.95 -
YUV 62.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 90 37 119 0.24 0.69 0 0.53 278.78 0.53 0.31
Hex 5A 25 77 18 45 0 35 117 35 1F
Octal 132 45 167 30 105 0 65 427 65 37
Binary 1011010 100101 1110111 11000 1000101 0 110101 100010111 110101 11111

Color Harmonies of #5A2577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2577

Black with #5A2577

Text Example


Text Example

White with #5A2577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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