Html Css Color HEX #5A2485 Kingfisher Daisy

📋 copy color: '#5A2485'

red 90 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #5A2485

Tints of Kingfisher Daisy #5A2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 34.75%
G = 13.9%
B = 51.35%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A2485 (or 0x5A2485) is known color: Kingfisher Daisy. HEX triplet: 5A, 24 and 85. RGB value is (90,36,133). Sum of RGB (Red+Green+Blue) = 90+36+133=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A2485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2485 is #A5DB7A. Grayscale: #3E3E3E. Windows color (decimal): -10869627 or 8725594. OLE color: 8725594.

HSL color Cylindrical-coordinate representation of color #5A2485: hue angle of 273.4º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A2485 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 36 133 -
CMYK 0.32 0.73 0 0.48
HSL 273.4º 0.57% 0.33% -
HSV(B) 273.4º 0.73% 0.52% -
XYZ 9.08 5.13 22.7 -
YUV 63.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 90 36 133 0.32 0.73 0 0.48 273.4 0.57 0.33
Hex 5A 24 85 20 49 0 30 111 39 21
Octal 132 44 205 40 111 0 60 421 71 41
Binary 1011010 100100 10000101 100000 1001001 0 110000 100010001 111001 100001

Color Harmonies of #5A2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2485

Black with #5A2485

Text Example


Text Example

White with #5A2485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,36,133); }

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

background-color css

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

 a { background-color: rgb(90,36,133); }

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

border-color css

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

 span { border-color: rgb(90,36,133); }

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