Html Css Color HEX #5B3979 Kingfisher Daisy

📋 copy color: '#5B3979'

red 91 ◦ green 57 ◦ blue 121

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

Shades of Kingfisher Daisy #5B3979

Tints of Kingfisher Daisy #5B3979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

 BLUE value IS 121 (47.66% from 255) = 44.98%

R = 33.83%
G = 21.19%
B = 44.98%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B3979 (or 0x5B3979) is known color: Kingfisher Daisy. HEX triplet: 5B, 39 and 79. RGB value is (91,57,121). Sum of RGB (Red+Green+Blue) = 91+57+121=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B3979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3979 is #A4C686. Grayscale: #4A4A4A. Windows color (decimal): -10798727 or 7944539. OLE color: 7944539.

HSL color Cylindrical-coordinate representation of color #5B3979: hue angle of 271.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B3979 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 57 121 -
CMYK 0.25 0.53 0 0.53
HSL 271.88º 0.36% 0.35% -
HSV(B) 271.88º 0.53% 0.47% -
XYZ 9.23 6.53 18.86 -
YUV 74.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 91 57 121 0.25 0.53 0 0.53 271.88 0.36 0.35
Hex 5B 39 79 19 35 0 35 110 24 23
Octal 133 71 171 31 65 0 65 420 44 43
Binary 1011011 111001 1111001 11001 110101 0 110101 100010000 100100 100011

Color Harmonies of #5B3979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3979

Black with #5B3979

Text Example


Text Example

White with #5B3979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,57,121); }

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

background-color css

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

 a { background-color: rgb(91,57,121); }

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

border-color css

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

 span { border-color: rgb(91,57,121); }

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