Html Css Color HEX #5B218D Kingfisher Daisy

📋 copy color: '#5B218D'

red 91 ◦ green 33 ◦ blue 141

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

Shades of Kingfisher Daisy #5B218D

Tints of Kingfisher Daisy #5B218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 34.34%
G = 12.45%
B = 53.21%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B218D (or 0x5B218D) is known color: Kingfisher Daisy. HEX triplet: 5B, 21 and 8D. RGB value is (91,33,141). Sum of RGB (Red+Green+Blue) = 91+33+141=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B218D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B218D is #A4DE72. Grayscale: #3E3E3E. Windows color (decimal): -10804851 or 9249115. OLE color: 9249115.

HSL color Cylindrical-coordinate representation of color #5B218D: hue angle of 272.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B218D is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 33 141 -
CMYK 0.35 0.77 0 0.45
HSL 272.22º 0.62% 0.34% -
HSV(B) 272.22º 0.77% 0.55% -
XYZ 9.67 5.23 25.7 -
YUV 62.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 91 33 141 0.35 0.77 0 0.45 272.22 0.62 0.34
Hex 5B 21 8D 23 4D 0 2D 110 3E 22
Octal 133 41 215 43 115 0 55 420 76 42
Binary 1011011 100001 10001101 100011 1001101 0 101101 100010000 111110 100010

Color Harmonies of #5B218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B218D

Black with #5B218D

Text Example


Text Example

White with #5B218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,33,141); }

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

background-color css

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

 a { background-color: rgb(91,33,141); }

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

border-color css

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

 span { border-color: rgb(91,33,141); }

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