Html Css Color HEX #5C4382 Daisy Bush

📋 copy color: '#5C4382'

red 92 ◦ green 67 ◦ blue 130

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

Shades of Daisy Bush #5C4382

Tints of Daisy Bush #5C4382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 31.83%
G = 23.18%
B = 44.98%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C4382 (or 0x5C4382) is known color: Daisy Bush. HEX triplet: 5C, 43 and 82. RGB value is (92,67,130). Sum of RGB (Red+Green+Blue) = 92+67+130=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C4382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4382 is #A3BC7D. Grayscale: #515151. Windows color (decimal): -10730622 or 8536924. OLE color: 8536924.

HSL color Cylindrical-coordinate representation of color #5C4382: hue angle of 263.81º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C4382 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 67 130 -
CMYK 0.29 0.48 0 0.49
HSL 263.81º 0.32% 0.39% -
HSV(B) 263.81º 0.48% 0.51% -
XYZ 10.45 7.9 22.09 -
YUV 81.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 92 67 130 0.29 0.48 0 0.49 263.81 0.32 0.39
Hex 5C 43 82 1D 30 0 31 108 20 27
Octal 134 103 202 35 60 0 61 410 40 47
Binary 1011100 1000011 10000010 11101 110000 0 110001 100001000 100000 100111

Color Harmonies of #5C4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4382

Black with #5C4382

Text Example


Text Example

White with #5C4382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,67,130); }

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

background-color css

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

 a { background-color: rgb(92,67,130); }

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

border-color css

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

 span { border-color: rgb(92,67,130); }

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