Html Css Color HEX #5A2285 Kingfisher Daisy

📋 copy color: '#5A2285'

red 90 ◦ green 34 ◦ blue 133

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

Shades of Kingfisher Daisy #5A2285

Tints of Kingfisher Daisy #5A2285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 35.02%
G = 13.23%
B = 51.75%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A2285 (or 0x5A2285) is known color: Kingfisher Daisy. HEX triplet: 5A, 22 and 85. RGB value is (90,34,133). Sum of RGB (Red+Green+Blue) = 90+34+133=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A2285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2285 is #A5DD7A. Grayscale: #3D3D3D. Windows color (decimal): -10870139 or 8725082. OLE color: 8725082.

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

Color convert

RGB 90 34 133 -
CMYK 0.32 0.74 0 0.48
HSL 273.94º 0.59% 0.33% -
HSV(B) 273.94º 0.74% 0.52% -
XYZ 9.02 5.01 22.68 -
YUV 62.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 90 34 133 0.32 0.74 0 0.48 273.94 0.59 0.33
Hex 5A 22 85 20 4A 0 30 112 3B 21
Octal 132 42 205 40 112 0 60 422 73 41
Binary 1011010 100010 10000101 100000 1001010 0 110000 100010010 111011 100001

Color Harmonies of #5A2285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2285

Black with #5A2285

Text Example


Text Example

White with #5A2285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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