Html Css Color HEX #5A1E8A Kingfisher Daisy

📋 copy color: '#5A1E8A'

red 90 ◦ green 30 ◦ blue 138

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

Shades of Kingfisher Daisy #5A1E8A

Tints of Kingfisher Daisy #5A1E8A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

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

R = 34.88%
G = 11.63%
B = 53.49%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A1E8A (or 0x5A1E8A) is known color: Kingfisher Daisy. HEX triplet: 5A, 1E and 8A. RGB value is (90,30,138). Sum of RGB (Red+Green+Blue) = 90+30+138=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A1E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1E8A is #A5E175. Grayscale: #3B3B3B. Windows color (decimal): -10871158 or 9051738. OLE color: 9051738.

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

Color convert

RGB 90 30 138 -
CMYK 0.35 0.78 0 0.46
HSL 273.33º 0.64% 0.33% -
HSV(B) 273.33º 0.78% 0.54% -
XYZ 9.27 4.94 24.51 -
YUV 60.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 90 30 138 0.35 0.78 0 0.46 273.33 0.64 0.33
Hex 5A 1E 8A 23 4E 0 2E 111 40 21
Octal 132 36 212 43 116 0 56 421 100 41
Binary 1011010 11110 10001010 100011 1001110 0 101110 100010001 1000000 100001

Color Harmonies of #5A1E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E8A

Black with #5A1E8A

Text Example


Text Example

White with #5A1E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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