Html Css Color HEX #5B3477 Kingfisher Daisy

📋 copy color: '#5B3477'

red 91 ◦ green 52 ◦ blue 119

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

Shades of Kingfisher Daisy #5B3477

Tints of Kingfisher Daisy #5B3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

 BLUE value IS 119 (46.88% from 255) = 45.42%

R = 34.73%
G = 19.85%
B = 45.42%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B3477 (or 0x5B3477) is known color: Kingfisher Daisy. HEX triplet: 5B, 34 and 77. RGB value is (91,52,119). Sum of RGB (Red+Green+Blue) = 91+52+119=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B3477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3477 is #A4CB88. Grayscale: #474747. Windows color (decimal): -10800009 or 7812187. OLE color: 7812187.

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

Color convert

RGB 91 52 119 -
CMYK 0.24 0.56 0 0.53
HSL 274.93º 0.39% 0.34% -
HSV(B) 274.93º 0.56% 0.47% -
XYZ 8.87 6.01 18.15 -
YUV 71.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 91 52 119 0.24 0.56 0 0.53 274.93 0.39 0.34
Hex 5B 34 77 18 38 0 35 113 27 22
Octal 133 64 167 30 70 0 65 423 47 42
Binary 1011011 110100 1110111 11000 111000 0 110101 100010011 100111 100010

Color Harmonies of #5B3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3477

Black with #5B3477

Text Example


Text Example

White with #5B3477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,52,119); }

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

background-color css

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

 a { background-color: rgb(91,52,119); }

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

border-color css

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

 span { border-color: rgb(91,52,119); }

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