Html Css Color HEX #5A425D Bossanova

📋 copy color: '#5A425D'

red 90 ◦ green 66 ◦ blue 93

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

Shades of Bossanova #5A425D

Tints of Bossanova #5A425D

RGB

 RED value IS 90 (35.55% from 255) = 36.14%

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

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

R = 36.14%
G = 26.51%
B = 37.35%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5A425D (or 0x5A425D) is known color: Bossanova. HEX triplet: 5A, 42 and 5D. RGB value is (90,66,93). Sum of RGB (Red+Green+Blue) = 90+66+93=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A425D is #A5BDA2. Grayscale: #4C4C4C. Windows color (decimal): -10861987 or 6111834. OLE color: 6111834.

HSL color Cylindrical-coordinate representation of color #5A425D: hue angle of 293.33º 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 #5A425D is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 66 93 -
CMYK 0.03 0.29 0 0.64
HSL 293.33º 0.17% 0.31% -
HSV(B) 293.33º 0.29% 0.36% -
XYZ 8.14 6.86 11.25 -
YUV 76.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 90 66 93 0.03 0.29 0 0.64 293.33 0.17 0.31
Hex 5A 42 5D 3 1D 0 40 125 11 1F
Octal 132 102 135 3 35 0 100 445 21 37
Binary 1011010 1000010 1011101 11 11101 0 1000000 100100101 10001 11111

Color Harmonies of #5A425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A425D

Black with #5A425D

Text Example


Text Example

White with #5A425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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