Html Css Color HEX #5B4176 Kingfisher Daisy

📋 copy color: '#5B4176'

red 91 ◦ green 65 ◦ blue 118

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

Shades of Kingfisher Daisy #5B4176

Tints of Kingfisher Daisy #5B4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.72%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 33.21%
G = 23.72%
B = 43.07%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B4176 (or 0x5B4176) is known color: Kingfisher Daisy. HEX triplet: 5B, 41 and 76. RGB value is (91,65,118). Sum of RGB (Red+Green+Blue) = 91+65+118=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B4176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4176 is #A4BE89. Grayscale: #4E4E4E. Windows color (decimal): -10796682 or 7749979. OLE color: 7749979.

HSL color Cylindrical-coordinate representation of color #5B4176: hue angle of 269.43º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B4176 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 65 118 -
CMYK 0.23 0.45 0 0.54
HSL 269.43º 0.29% 0.36% -
HSV(B) 269.43º 0.45% 0.46% -
XYZ 9.47 7.31 18.05 -
YUV 78.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 91 65 118 0.23 0.45 0 0.54 269.43 0.29 0.36
Hex 5B 41 76 17 2D 0 36 10D 1D 24
Octal 133 101 166 27 55 0 66 415 35 44
Binary 1011011 1000001 1110110 10111 101101 0 110110 100001101 11101 100100

Color Harmonies of #5B4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4176

Black with #5B4176

Text Example


Text Example

White with #5B4176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,65,118); }

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

background-color css

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

 a { background-color: rgb(91,65,118); }

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

border-color css

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

 span { border-color: rgb(91,65,118); }

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