Html Css Color HEX #5A1D8A Kingfisher Daisy

📋 copy color: '#5A1D8A'

red 90 ◦ green 29 ◦ blue 138

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

Shades of Kingfisher Daisy #5A1D8A

Tints of Kingfisher Daisy #5A1D8A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 35.02%
G = 11.28%
B = 53.7%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A1D8A (or 0x5A1D8A) is known color: Kingfisher Daisy. HEX triplet: 5A, 1D and 8A. RGB value is (90,29,138). Sum of RGB (Red+Green+Blue) = 90+29+138=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A1D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1D8A is #A5E275. Grayscale: #3B3B3B. Windows color (decimal): -10871414 or 9051482. OLE color: 9051482.

HSL color Cylindrical-coordinate representation of color #5A1D8A: hue angle of 273.58º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1D8A is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 29 138 -
CMYK 0.35 0.79 0 0.46
HSL 273.58º 0.65% 0.33% -
HSV(B) 273.58º 0.79% 0.54% -
XYZ 9.24 4.89 24.5 -
YUV 59.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 90 29 138 0.35 0.79 0 0.46 273.58 0.65 0.33
Hex 5A 1D 8A 23 4F 0 2E 112 41 21
Octal 132 35 212 43 117 0 56 422 101 41
Binary 1011010 11101 10001010 100011 1001111 0 101110 100010010 1000001 100001

Color Harmonies of #5A1D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D8A

Black with #5A1D8A

Text Example


Text Example

White with #5A1D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,29,138); }

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

background-color css

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

 a { background-color: rgb(90,29,138); }

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

border-color css

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

 span { border-color: rgb(90,29,138); }

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