Html Css Color HEX #5B2584 Kingfisher Daisy

📋 copy color: '#5B2584'

red 91 ◦ green 37 ◦ blue 132

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

Shades of Kingfisher Daisy #5B2584

Tints of Kingfisher Daisy #5B2584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 35%
G = 14.23%
B = 50.77%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B2584 (or 0x5B2584) is known color: Kingfisher Daisy. HEX triplet: 5B, 25 and 84. RGB value is (91,37,132). Sum of RGB (Red+Green+Blue) = 91+37+132=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2584 is #A4DA7B. Grayscale: #3F3F3F. Windows color (decimal): -10803836 or 8660315. OLE color: 8660315.

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

Color convert

RGB 91 37 132 -
CMYK 0.31 0.72 0 0.48
HSL 274.11º 0.56% 0.33% -
HSV(B) 274.11º 0.72% 0.52% -
XYZ 9.14 5.21 22.35 -
YUV 63.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 91 37 132 0.31 0.72 0 0.48 274.11 0.56 0.33
Hex 5B 25 84 1F 48 0 30 112 38 21
Octal 133 45 204 37 110 0 60 422 70 41
Binary 1011011 100101 10000100 11111 1001000 0 110000 100010010 111000 100001

Color Harmonies of #5B2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2584

Black with #5B2584

Text Example


Text Example

White with #5B2584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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