Html Css Color HEX #5A298E Kingfisher Daisy

📋 copy color: '#5A298E'

red 90 ◦ green 41 ◦ blue 142

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

Shades of Kingfisher Daisy #5A298E

Tints of Kingfisher Daisy #5A298E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 142 (55.86% from 255) = 52.01%

R = 32.97%
G = 15.02%
B = 52.01%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A298E (or 0x5A298E) is known color: Kingfisher Daisy. HEX triplet: 5A, 29 and 8E. RGB value is (90,41,142). Sum of RGB (Red+Green+Blue) = 90+41+142=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A298E is #A5D671. Grayscale: #424242. Windows color (decimal): -10868338 or 9316698. OLE color: 9316698.

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

Color convert

RGB 90 41 142 -
CMYK 0.37 0.71 0 0.44
HSL 269.11º 0.55% 0.36% -
HSV(B) 269.11º 0.71% 0.56% -
XYZ 9.89 5.71 26.17 -
YUV 67.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 90 41 142 0.37 0.71 0 0.44 269.11 0.55 0.36
Hex 5A 29 8E 25 47 0 2C 10D 37 24
Octal 132 51 216 45 107 0 54 415 67 44
Binary 1011010 101001 10001110 100101 1000111 0 101100 100001101 110111 100100

Color Harmonies of #5A298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A298E

Black with #5A298E

Text Example


Text Example

White with #5A298E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,41,142); }

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

background-color css

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

 a { background-color: rgb(90,41,142); }

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

border-color css

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

 span { border-color: rgb(90,41,142); }

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