Html Css Color HEX #5B3384 Kingfisher Daisy

📋 copy color: '#5B3384'

red 91 ◦ green 51 ◦ blue 132

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

Shades of Kingfisher Daisy #5B3384

Tints of Kingfisher Daisy #5B3384

RGB

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

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

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

R = 33.21%
G = 18.61%
B = 48.18%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B3384 (or 0x5B3384) is known color: Kingfisher Daisy. HEX triplet: 5B, 33 and 84. RGB value is (91,51,132). Sum of RGB (Red+Green+Blue) = 91+51+132=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B3384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3384 is #A4CC7B. Grayscale: #474747. Windows color (decimal): -10800252 or 8663899. OLE color: 8663899.

HSL color Cylindrical-coordinate representation of color #5B3384: hue angle of 269.63º 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 #5B3384 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 51 132 -
CMYK 0.31 0.61 0 0.48
HSL 269.63º 0.44% 0.36% -
HSV(B) 269.63º 0.61% 0.52% -
XYZ 9.66 6.26 22.53 -
YUV 72.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 91 51 132 0.31 0.61 0 0.48 269.63 0.44 0.36
Hex 5B 33 84 1F 3D 0 30 10E 2C 24
Octal 133 63 204 37 75 0 60 416 54 44
Binary 1011011 110011 10000100 11111 111101 0 110000 100001110 101100 100100

Color Harmonies of #5B3384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3384

Black with #5B3384

Text Example


Text Example

White with #5B3384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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