Html Css Color HEX #5A2893 Kingfisher Daisy

📋 copy color: '#5A2893'

red 90 ◦ green 40 ◦ blue 147

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

Shades of Kingfisher Daisy #5A2893

Tints of Kingfisher Daisy #5A2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 32.49%
G = 14.44%
B = 53.07%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A2893 (or 0x5A2893) is known color: Kingfisher Daisy. HEX triplet: 5A, 28 and 93. RGB value is (90,40,147). Sum of RGB (Red+Green+Blue) = 90+40+147=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A2893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2893 is #A5D76C. Grayscale: #424242. Windows color (decimal): -10868589 or 9644122. OLE color: 9644122.

HSL color Cylindrical-coordinate representation of color #5A2893: hue angle of 268.04º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2893 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 40 147 -
CMYK 0.39 0.73 0 0.42
HSL 268.04º 0.57% 0.37% -
HSV(B) 268.04º 0.73% 0.58% -
XYZ 10.24 5.8 28.18 -
YUV 67.15 173.07 144.3 -
System Red Green Blue C M Y K H S L
Decimal 90 40 147 0.39 0.73 0 0.42 268.04 0.57 0.37
Hex 5A 28 93 27 49 0 2A 10C 39 25
Octal 132 50 223 47 111 0 52 414 71 45
Binary 1011010 101000 10010011 100111 1001001 0 101010 100001100 111001 100101

Color Harmonies of #5A2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2893

Black with #5A2893

Text Example


Text Example

White with #5A2893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,40,147); }

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

background-color css

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

 a { background-color: rgb(90,40,147); }

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

border-color css

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

 span { border-color: rgb(90,40,147); }

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