Html Css Color HEX #5A2092 Kingfisher Daisy

📋 copy color: '#5A2092'

red 90 ◦ green 32 ◦ blue 146

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

Shades of Kingfisher Daisy #5A2092

Tints of Kingfisher Daisy #5A2092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 33.58%
G = 11.94%
B = 54.48%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A2092 (or 0x5A2092) is known color: Kingfisher Daisy. HEX triplet: 5A, 20 and 92. RGB value is (90,32,146). Sum of RGB (Red+Green+Blue) = 90+32+146=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A2092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2092 is #A5DF6D. Grayscale: #3D3D3D. Windows color (decimal): -10870638 or 9576538. OLE color: 9576538.

HSL color Cylindrical-coordinate representation of color #5A2092: hue angle of 270.53º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2092 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 32 146 -
CMYK 0.38 0.78 0 0.43
HSL 270.53º 0.64% 0.35% -
HSV(B) 270.53º 0.78% 0.57% -
XYZ 9.92 5.28 27.69 -
YUV 62.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 90 32 146 0.38 0.78 0 0.43 270.53 0.64 0.35
Hex 5A 20 92 26 4E 0 2B 10F 40 23
Octal 132 40 222 46 116 0 53 417 100 43
Binary 1011010 100000 10010010 100110 1001110 0 101011 100001111 1000000 100011

Color Harmonies of #5A2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2092

Black with #5A2092

Text Example


Text Example

White with #5A2092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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