Html Css Color HEX #5B1D80 Kingfisher Daisy

📋 copy color: '#5B1D80'

red 91 ◦ green 29 ◦ blue 128

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

Shades of Kingfisher Daisy #5B1D80

Tints of Kingfisher Daisy #5B1D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.69%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 36.69%
G = 11.69%
B = 51.61%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B1D80 (or 0x5B1D80) is known color: Kingfisher Daisy. HEX triplet: 5B, 1D and 80. RGB value is (91,29,128). Sum of RGB (Red+Green+Blue) = 91+29+128=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #5B1D80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1D80 is #A4E27F. Grayscale: #3A3A3A. Windows color (decimal): -10805888 or 8396123. OLE color: 8396123.

HSL color Cylindrical-coordinate representation of color #5B1D80: hue angle of 277.58º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1D80 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 29 128 -
CMYK 0.29 0.77 0 0.50
HSL 277.58º 0.63% 0.31% -
HSV(B) 277.58º 0.77% 0.5% -
XYZ 8.65 4.66 20.87 -
YUV 58.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 91 29 128 0.29 0.77 0 0.50 277.58 0.63 0.31
Hex 5B 1D 80 1D 4D 0 32 116 3F 1F
Octal 133 35 200 35 115 0 62 426 77 37
Binary 1011011 11101 10000000 11101 1001101 0 110010 100010110 111111 11111

Color Harmonies of #5B1D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1D80

Black with #5B1D80

Text Example


Text Example

White with #5B1D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,29,128); }

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

background-color css

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

 a { background-color: rgb(91,29,128); }

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

border-color css

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

 span { border-color: rgb(91,29,128); }

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