Html Css Color HEX #5B2981 Kingfisher Daisy

📋 copy color: '#5B2981'

red 91 ◦ green 41 ◦ blue 129

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

Shades of Kingfisher Daisy #5B2981

Tints of Kingfisher Daisy #5B2981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 34.87%
G = 15.71%
B = 49.43%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5B2981 (or 0x5B2981) is known color: Kingfisher Daisy. HEX triplet: 5B, 29 and 81. RGB value is (91,41,129). Sum of RGB (Red+Green+Blue) = 91+41+129=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #5B2981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2981 is #A4D67E. Grayscale: #414141. Windows color (decimal): -10802815 or 8464731. OLE color: 8464731.

HSL color Cylindrical-coordinate representation of color #5B2981: hue angle of 274.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B2981 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 41 129 -
CMYK 0.29 0.68 0 0.49
HSL 274.09º 0.52% 0.33% -
HSV(B) 274.09º 0.68% 0.51% -
XYZ 9.07 5.4 21.33 -
YUV 65.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 91 41 129 0.29 0.68 0 0.49 274.09 0.52 0.33
Hex 5B 29 81 1D 44 0 31 112 34 21
Octal 133 51 201 35 104 0 61 422 64 41
Binary 1011011 101001 10000001 11101 1000100 0 110001 100010010 110100 100001

Color Harmonies of #5B2981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2981

Black with #5B2981

Text Example


Text Example

White with #5B2981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,129); }

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

background-color css

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

 a { background-color: rgb(91,41,129); }

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

border-color css

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

 span { border-color: rgb(91,41,129); }

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