Html Css Color HEX #5B327C Kingfisher Daisy

📋 copy color: '#5B327C'

red 91 ◦ green 50 ◦ blue 124

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

Shades of Kingfisher Daisy #5B327C

Tints of Kingfisher Daisy #5B327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 34.34%
G = 18.87%
B = 46.79%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B327C (or 0x5B327C) is known color: Kingfisher Daisy. HEX triplet: 5B, 32 and 7C. RGB value is (91,50,124). Sum of RGB (Red+Green+Blue) = 91+50+124=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B327C is #A4CD83. Grayscale: #464646. Windows color (decimal): -10800516 or 8139355. OLE color: 8139355.

HSL color Cylindrical-coordinate representation of color #5B327C: hue angle of 273.24º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B327C is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 50 124 -
CMYK 0.27 0.60 0 0.51
HSL 273.24º 0.43% 0.34% -
HSV(B) 273.24º 0.6% 0.49% -
XYZ 9.09 5.96 19.74 -
YUV 70.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 91 50 124 0.27 0.60 0 0.51 273.24 0.43 0.34
Hex 5B 32 7C 1B 3C 0 33 111 2B 22
Octal 133 62 174 33 74 0 63 421 53 42
Binary 1011011 110010 1111100 11011 111100 0 110011 100010001 101011 100010

Color Harmonies of #5B327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B327C

Black with #5B327C

Text Example


Text Example

White with #5B327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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