Html Css Color HEX #5B1E89 Kingfisher Daisy

📋 copy color: '#5B1E89'

red 91 ◦ green 30 ◦ blue 137

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

Shades of Kingfisher Daisy #5B1E89

Tints of Kingfisher Daisy #5B1E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 137 (53.91% from 255) = 53.1%

R = 35.27%
G = 11.63%
B = 53.1%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5B1E89 (or 0x5B1E89) is known color: Kingfisher Daisy. HEX triplet: 5B, 1E and 89. RGB value is (91,30,137). Sum of RGB (Red+Green+Blue) = 91+30+137=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B1E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1E89 is #A4E176. Grayscale: #3C3C3C. Windows color (decimal): -10805623 or 8986203. OLE color: 8986203.

HSL color Cylindrical-coordinate representation of color #5B1E89: hue angle of 274.21º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B1E89 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 91 30 137 -
CMYK 0.34 0.78 0 0.46
HSL 274.21º 0.64% 0.33% -
HSV(B) 274.21º 0.78% 0.54% -
XYZ 9.29 4.96 24.13 -
YUV 60.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 91 30 137 0.34 0.78 0 0.46 274.21 0.64 0.33
Hex 5B 1E 89 22 4E 0 2E 112 40 21
Octal 133 36 211 42 116 0 56 422 100 41
Binary 1011011 11110 10001001 100010 1001110 0 101110 100010010 1000000 100001

Color Harmonies of #5B1E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1E89

Black with #5B1E89

Text Example


Text Example

White with #5B1E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,30,137); }

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

background-color css

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

 a { background-color: rgb(91,30,137); }

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

border-color css

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

 span { border-color: rgb(91,30,137); }

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