Html Css Color HEX #5B3178 Kingfisher Daisy

📋 copy color: '#5B3178'

red 91 ◦ green 49 ◦ blue 120

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

Shades of Kingfisher Daisy #5B3178

Tints of Kingfisher Daisy #5B3178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 120 (47.27% from 255) = 46.15%

R = 35%
G = 18.85%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B3178 (or 0x5B3178) is known color: Kingfisher Daisy. HEX triplet: 5B, 31 and 78. RGB value is (91,49,120). Sum of RGB (Red+Green+Blue) = 91+49+120=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B3178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3178 is #A4CE87. Grayscale: #454545. Windows color (decimal): -10800776 or 7876955. OLE color: 7876955.

HSL color Cylindrical-coordinate representation of color #5B3178: hue angle of 275.49º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B3178 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 49 120 -
CMYK 0.24 0.59 0 0.53
HSL 275.49º 0.42% 0.33% -
HSV(B) 275.49º 0.59% 0.47% -
XYZ 8.8 5.78 18.42 -
YUV 69.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 91 49 120 0.24 0.59 0 0.53 275.49 0.42 0.33
Hex 5B 31 78 18 3B 0 35 113 2A 21
Octal 133 61 170 30 73 0 65 423 52 41
Binary 1011011 110001 1111000 11000 111011 0 110101 100010011 101010 100001

Color Harmonies of #5B3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3178

Black with #5B3178

Text Example


Text Example

White with #5B3178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,49,120); }

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

background-color css

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

 a { background-color: rgb(91,49,120); }

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

border-color css

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

 span { border-color: rgb(91,49,120); }

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