Html Css Color HEX #5B2184 Kingfisher Daisy

📋 copy color: '#5B2184'

red 91 ◦ green 33 ◦ blue 132

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

Shades of Kingfisher Daisy #5B2184

Tints of Kingfisher Daisy #5B2184

RGB

 RED value IS 91 (35.94% from 255) = 35.55%

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

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

R = 35.55%
G = 12.89%
B = 51.56%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B2184 (or 0x5B2184) is known color: Kingfisher Daisy. HEX triplet: 5B, 21 and 84. RGB value is (91,33,132). Sum of RGB (Red+Green+Blue) = 91+33+132=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B2184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2184 is #A4DE7B. Grayscale: #3D3D3D. Windows color (decimal): -10804860 or 8659291. OLE color: 8659291.

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

Color convert

RGB 91 33 132 -
CMYK 0.31 0.75 0 0.48
HSL 275.15º 0.6% 0.32% -
HSV(B) 275.15º 0.75% 0.52% -
XYZ 9.02 4.98 22.32 -
YUV 61.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 91 33 132 0.31 0.75 0 0.48 275.15 0.6 0.32
Hex 5B 21 84 1F 4B 0 30 113 3C 20
Octal 133 41 204 37 113 0 60 423 74 40
Binary 1011011 100001 10000100 11111 1001011 0 110000 100010011 111100 100000

Color Harmonies of #5B2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2184

Black with #5B2184

Text Example


Text Example

White with #5B2184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,33,132); }

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

background-color css

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

 a { background-color: rgb(91,33,132); }

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

border-color css

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

 span { border-color: rgb(91,33,132); }

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