Html Css Color HEX #5F327C Kingfisher Daisy

📋 copy color: '#5F327C'

red 95 ◦ green 50 ◦ blue 124

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

Shades of Kingfisher Daisy #5F327C

Tints of Kingfisher Daisy #5F327C

RGB

 RED value IS 95 (37.5% from 255) = 35.32%

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

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

R = 35.32%
G = 18.59%
B = 46.1%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F327C (or 0x5F327C) is known color: Kingfisher Daisy. HEX triplet: 5F, 32 and 7C. RGB value is (95,50,124). Sum of RGB (Red+Green+Blue) = 95+50+124=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F327C is #A0CD83. Grayscale: #474747. Windows color (decimal): -10538372 or 8139359. OLE color: 8139359.

HSL color Cylindrical-coordinate representation of color #5F327C: hue angle of 276.49º 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 #5F327C is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 50 124 -
CMYK 0.23 0.60 0 0.51
HSL 276.49º 0.43% 0.34% -
HSV(B) 276.49º 0.6% 0.49% -
XYZ 9.5 6.17 19.76 -
YUV 71.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 95 50 124 0.23 0.60 0 0.51 276.49 0.43 0.34
Hex 5F 32 7C 17 3C 0 33 114 2B 22
Octal 137 62 174 27 74 0 63 424 53 42
Binary 1011111 110010 1111100 10111 111100 0 110011 100010100 101011 100010

Color Harmonies of #5F327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F327C

Black with #5F327C

Text Example


Text Example

White with #5F327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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