Html Css Color HEX #5B217C Kingfisher Daisy

📋 copy color: '#5B217C'

red 91 ◦ green 33 ◦ blue 124

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

Shades of Kingfisher Daisy #5B217C

Tints of Kingfisher Daisy #5B217C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50%

R = 36.69%
G = 13.31%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B217C (or 0x5B217C) is known color: Kingfisher Daisy. HEX triplet: 5B, 21 and 7C. RGB value is (91,33,124). Sum of RGB (Red+Green+Blue) = 91+33+124=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B217C is #A4DE83. Grayscale: #3C3C3C. Windows color (decimal): -10804868 or 8135003. OLE color: 8135003.

HSL color Cylindrical-coordinate representation of color #5B217C: hue angle of 278.24º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B217C is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 33 124 -
CMYK 0.27 0.73 0 0.51
HSL 278.24º 0.58% 0.31% -
HSV(B) 278.24º 0.73% 0.49% -
XYZ 8.5 4.77 19.54 -
YUV 60.72 163.72 149.6 -
System Red Green Blue C M Y K H S L
Decimal 91 33 124 0.27 0.73 0 0.51 278.24 0.58 0.31
Hex 5B 21 7C 1B 49 0 33 116 3A 1F
Octal 133 41 174 33 111 0 63 426 72 37
Binary 1011011 100001 1111100 11011 1001001 0 110011 100010110 111010 11111

Color Harmonies of #5B217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B217C

Black with #5B217C

Text Example


Text Example

White with #5B217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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