Html Css Color HEX #5A1E86 Kingfisher Daisy

📋 copy color: '#5A1E86'

red 90 ◦ green 30 ◦ blue 134

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

Shades of Kingfisher Daisy #5A1E86

Tints of Kingfisher Daisy #5A1E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 35.43%
G = 11.81%
B = 52.76%

CMYK

 C value IS 0.33

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A1E86 (or 0x5A1E86) is known color: Kingfisher Daisy. HEX triplet: 5A, 1E and 86. RGB value is (90,30,134). Sum of RGB (Red+Green+Blue) = 90+30+134=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A1E86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1E86 is #A5E179. Grayscale: #3B3B3B. Windows color (decimal): -10871162 or 8789594. OLE color: 8789594.

HSL color Cylindrical-coordinate representation of color #5A1E86: hue angle of 274.62º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1E86 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 30 134 -
CMYK 0.33 0.78 0 0.47
HSL 274.62º 0.63% 0.32% -
HSV(B) 274.62º 0.78% 0.53% -
XYZ 8.98 4.82 23.01 -
YUV 59.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 90 30 134 0.33 0.78 0 0.47 274.62 0.63 0.32
Hex 5A 1E 86 21 4E 0 2F 113 3F 20
Octal 132 36 206 41 116 0 57 423 77 40
Binary 1011010 11110 10000110 100001 1001110 0 101111 100010011 111111 100000

Color Harmonies of #5A1E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E86

Black with #5A1E86

Text Example


Text Example

White with #5A1E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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