Html Css Color HEX #5C328B Kingfisher Daisy

📋 copy color: '#5C328B'

red 92 ◦ green 50 ◦ blue 139

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

Shades of Kingfisher Daisy #5C328B

Tints of Kingfisher Daisy #5C328B

RGB

 RED value IS 92 (36.33% from 255) = 32.74%

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

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 32.74%
G = 17.79%
B = 49.47%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5C328B (or 0x5C328B) is known color: Kingfisher Daisy. HEX triplet: 5C, 32 and 8B. RGB value is (92,50,139). Sum of RGB (Red+Green+Blue) = 92+50+139=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C328B is #A3CD74. Grayscale: #484848. Windows color (decimal): -10734965 or 9122396. OLE color: 9122396.

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

Color convert

RGB 92 50 139 -
CMYK 0.34 0.64 0 0.45
HSL 268.31º 0.47% 0.37% -
HSV(B) 268.31º 0.64% 0.55% -
XYZ 10.21 6.42 25.13 -
YUV 72.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 92 50 139 0.34 0.64 0 0.45 268.31 0.47 0.37
Hex 5C 32 8B 22 40 0 2D 10C 2F 25
Octal 134 62 213 42 100 0 55 414 57 45
Binary 1011100 110010 10001011 100010 1000000 0 101101 100001100 101111 100101

Color Harmonies of #5C328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C328B

Black with #5C328B

Text Example


Text Example

White with #5C328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,50,139); }

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

background-color css

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

 a { background-color: rgb(92,50,139); }

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

border-color css

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

 span { border-color: rgb(92,50,139); }

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