Html Css Color HEX #5A298F Kingfisher Daisy

📋 copy color: '#5A298F'

red 90 ◦ green 41 ◦ blue 143

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

Shades of Kingfisher Daisy #5A298F

Tints of Kingfisher Daisy #5A298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.19%

R = 32.85%
G = 14.96%
B = 52.19%

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

#5A298F (or 0x5A298F) is known color: Kingfisher Daisy. HEX triplet: 5A, 29 and 8F. RGB value is (90,41,143). Sum of RGB (Red+Green+Blue) = 90+41+143=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A298F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A298F is #A5D670. Grayscale: #424242. Windows color (decimal): -10868337 or 9382234. OLE color: 9382234.

HSL color Cylindrical-coordinate representation of color #5A298F: hue angle of 268.82º 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 #5A298F is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 41 143 -
CMYK 0.37 0.71 0 0.44
HSL 268.82º 0.55% 0.36% -
HSV(B) 268.82º 0.71% 0.56% -
XYZ 9.97 5.74 26.57 -
YUV 67.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 90 41 143 0.37 0.71 0 0.44 268.82 0.55 0.36
Hex 5A 29 8F 25 47 0 2C 10D 37 24
Octal 132 51 217 45 107 0 54 415 67 44
Binary 1011010 101001 10001111 100101 1000111 0 101100 100001101 110111 100100

Color Harmonies of #5A298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A298F

Black with #5A298F

Text Example


Text Example

White with #5A298F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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