Html Css Color HEX #5A218E Kingfisher Daisy

📋 copy color: '#5A218E'

red 90 ◦ green 33 ◦ blue 142

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

Shades of Kingfisher Daisy #5A218E

Tints of Kingfisher Daisy #5A218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 33.96%
G = 12.45%
B = 53.58%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A218E (or 0x5A218E) is known color: Kingfisher Daisy. HEX triplet: 5A, 21 and 8E. RGB value is (90,33,142). Sum of RGB (Red+Green+Blue) = 90+33+142=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A218E is #A5DE71. Grayscale: #3E3E3E. Windows color (decimal): -10870386 or 9314650. OLE color: 9314650.

HSL color Cylindrical-coordinate representation of color #5A218E: hue angle of 271.38º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A218E is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 33 142 -
CMYK 0.37 0.77 0 0.44
HSL 271.38º 0.62% 0.34% -
HSV(B) 271.38º 0.77% 0.56% -
XYZ 9.64 5.21 26.09 -
YUV 62.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 90 33 142 0.37 0.77 0 0.44 271.38 0.62 0.34
Hex 5A 21 8E 25 4D 0 2C 10F 3E 22
Octal 132 41 216 45 115 0 54 417 76 42
Binary 1011010 100001 10001110 100101 1001101 0 101100 100001111 111110 100010

Color Harmonies of #5A218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A218E

Black with #5A218E

Text Example


Text Example

White with #5A218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,33,142); }

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

background-color css

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

 a { background-color: rgb(90,33,142); }

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

border-color css

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

 span { border-color: rgb(90,33,142); }

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