Html Css Color HEX #5A208D Kingfisher Daisy

📋 copy color: '#5A208D'

red 90 ◦ green 32 ◦ blue 141

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

Shades of Kingfisher Daisy #5A208D

Tints of Kingfisher Daisy #5A208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.61%

R = 34.22%
G = 12.17%
B = 53.61%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A208D (or 0x5A208D) is known color: Kingfisher Daisy. HEX triplet: 5A, 20 and 8D. RGB value is (90,32,141). Sum of RGB (Red+Green+Blue) = 90+32+141=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A208D is #A5DF72. Grayscale: #3D3D3D. Windows color (decimal): -10870643 or 9248858. OLE color: 9248858.

HSL color Cylindrical-coordinate representation of color #5A208D: hue angle of 271.93º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A208D is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 32 141 -
CMYK 0.36 0.77 0 0.45
HSL 271.93º 0.63% 0.34% -
HSV(B) 271.93º 0.77% 0.55% -
XYZ 9.54 5.13 25.69 -
YUV 61.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 90 32 141 0.36 0.77 0 0.45 271.93 0.63 0.34
Hex 5A 20 8D 24 4D 0 2D 110 3F 22
Octal 132 40 215 44 115 0 55 420 77 42
Binary 1011010 100000 10001101 100100 1001101 0 101101 100010000 111111 100010

Color Harmonies of #5A208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A208D

Black with #5A208D

Text Example


Text Example

White with #5A208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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