Html Css Color HEX #5A3384 Kingfisher Daisy

📋 copy color: '#5A3384'

red 90 ◦ green 51 ◦ blue 132

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

Shades of Kingfisher Daisy #5A3384

Tints of Kingfisher Daisy #5A3384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 32.97%
G = 18.68%
B = 48.35%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A3384 (or 0x5A3384) is known color: Kingfisher Daisy. HEX triplet: 5A, 33 and 84. RGB value is (90,51,132). Sum of RGB (Red+Green+Blue) = 90+51+132=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A3384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A3384 is #A5CC7B. Grayscale: #474747. Windows color (decimal): -10865788 or 8663898. OLE color: 8663898.

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

Color convert

RGB 90 51 132 -
CMYK 0.32 0.61 0 0.48
HSL 268.89º 0.44% 0.36% -
HSV(B) 268.89º 0.61% 0.52% -
XYZ 9.57 6.21 22.52 -
YUV 71.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 90 51 132 0.32 0.61 0 0.48 268.89 0.44 0.36
Hex 5A 33 84 20 3D 0 30 10D 2C 24
Octal 132 63 204 40 75 0 60 415 54 44
Binary 1011010 110011 10000100 100000 111101 0 110000 100001101 101100 100100

Color Harmonies of #5A3384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3384

Black with #5A3384

Text Example


Text Example

White with #5A3384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,51,132); }

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

background-color css

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

 a { background-color: rgb(90,51,132); }

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

border-color css

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

 span { border-color: rgb(90,51,132); }

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