Html Css Color HEX #5A1E90 Kingfisher Daisy

📋 copy color: '#5A1E90'

red 90 ◦ green 30 ◦ blue 144

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

Shades of Kingfisher Daisy #5A1E90

Tints of Kingfisher Daisy #5A1E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 34.09%
G = 11.36%
B = 54.55%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A1E90 (or 0x5A1E90) is known color: Kingfisher Daisy. HEX triplet: 5A, 1E and 90. RGB value is (90,30,144). Sum of RGB (Red+Green+Blue) = 90+30+144=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A1E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1E90 is #A5E16F. Grayscale: #3C3C3C. Windows color (decimal): -10871152 or 9444954. OLE color: 9444954.

HSL color Cylindrical-coordinate representation of color #5A1E90: hue angle of 271.58º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1E90 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 30 144 -
CMYK 0.37 0.79 0 0.44
HSL 271.58º 0.66% 0.34% -
HSV(B) 271.58º 0.79% 0.56% -
XYZ 9.71 5.12 26.86 -
YUV 60.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 90 30 144 0.37 0.79 0 0.44 271.58 0.66 0.34
Hex 5A 1E 90 25 4F 0 2C 110 42 22
Octal 132 36 220 45 117 0 54 420 102 42
Binary 1011010 11110 10010000 100101 1001111 0 101100 100010000 1000010 100010

Color Harmonies of #5A1E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E90

Black with #5A1E90

Text Example


Text Example

White with #5A1E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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