Html Css Color HEX #5A2085 Kingfisher Daisy

📋 copy color: '#5A2085'

red 90 ◦ green 32 ◦ blue 133

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

Shades of Kingfisher Daisy #5A2085

Tints of Kingfisher Daisy #5A2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 35.29%
G = 12.55%
B = 52.16%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A2085 (or 0x5A2085) is known color: Kingfisher Daisy. HEX triplet: 5A, 20 and 85. RGB value is (90,32,133). Sum of RGB (Red+Green+Blue) = 90+32+133=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2085 is #A5DF7A. Grayscale: #3C3C3C. Windows color (decimal): -10870651 or 8724570. OLE color: 8724570.

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

Color convert

RGB 90 32 133 -
CMYK 0.32 0.76 0 0.48
HSL 274.46º 0.61% 0.32% -
HSV(B) 274.46º 0.76% 0.52% -
XYZ 8.97 4.9 22.66 -
YUV 60.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 90 32 133 0.32 0.76 0 0.48 274.46 0.61 0.32
Hex 5A 20 85 20 4C 0 30 112 3D 20
Octal 132 40 205 40 114 0 60 422 75 40
Binary 1011010 100000 10000101 100000 1001100 0 110000 100010010 111101 100000

Color Harmonies of #5A2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2085

Black with #5A2085

Text Example


Text Example

White with #5A2085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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