Html Css Color HEX #5C425D Bossanova

📋 copy color: '#5C425D'

red 92 ◦ green 66 ◦ blue 93

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

Shades of Bossanova #5C425D

Tints of Bossanova #5C425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 36.65%
G = 26.29%
B = 37.05%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5C425D (or 0x5C425D) is known color: Bossanova. HEX triplet: 5C, 42 and 5D. RGB value is (92,66,93). Sum of RGB (Red+Green+Blue) = 92+66+93=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C425D is #A3BDA2. Grayscale: #4C4C4C. Windows color (decimal): -10730915 or 6111836. OLE color: 6111836.

HSL color Cylindrical-coordinate representation of color #5C425D: hue angle of 297.78º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C425D is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 66 93 -
CMYK 0.01 0.29 0 0.64
HSL 297.78º 0.17% 0.31% -
HSV(B) 297.78º 0.29% 0.36% -
XYZ 8.34 6.96 11.26 -
YUV 76.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 92 66 93 0.01 0.29 0 0.64 297.78 0.17 0.31
Hex 5C 42 5D 1 1D 0 40 12A 11 1F
Octal 134 102 135 1 35 0 100 452 21 37
Binary 1011100 1000010 1011101 1 11101 0 1000000 100101010 10001 11111

Color Harmonies of #5C425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C425D

Black with #5C425D

Text Example


Text Example

White with #5C425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,66,93); }

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

background-color css

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

 a { background-color: rgb(92,66,93); }

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

border-color css

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

 span { border-color: rgb(92,66,93); }

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