Html Css Color HEX #53435A Bossanova

📋 copy color: '#53435A'

red 83 ◦ green 67 ◦ blue 90

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

Shades of Bossanova #53435A

Tints of Bossanova #53435A

RGB

 RED value IS 83 (32.81% from 255) = 34.58%

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

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 34.58%
G = 27.92%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53435A (or 0x53435A) is known color: Bossanova. HEX triplet: 53, 43 and 5A. RGB value is (83,67,90). Sum of RGB (Red+Green+Blue) = 83+67+90=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #53435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53435A is #ACBCA5. Grayscale: #4A4A4A. Windows color (decimal): -11320486 or 5915475. OLE color: 5915475.

HSL color Cylindrical-coordinate representation of color #53435A: hue angle of 281.74º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53435A is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 67 90 -
CMYK 0.08 0.26 0 0.65
HSL 281.74º 0.15% 0.31% -
HSV(B) 281.74º 0.26% 0.35% -
XYZ 7.42 6.59 10.55 -
YUV 74.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 83 67 90 0.08 0.26 0 0.65 281.74 0.15 0.31
Hex 53 43 5A 8 1A 0 41 11A F 1F
Octal 123 103 132 10 32 0 101 432 17 37
Binary 1010011 1000011 1011010 1000 11010 0 1000001 100011010 1111 11111

Color Harmonies of #53435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53435A

Black with #53435A

Text Example


Text Example

White with #53435A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53435A; }

 p { color: rgb(83,67,90); }

 H1.HeaderClassName
 {
   color: #53435A;
 }
 .AnyTagClassName
 {
   color: #53435A;
 }
</style>

background-color css

<style>
 a { background-color: #53435A; }

 a { background-color: rgb(83,67,90); }

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

border-color css

<style>
 span { border-color: #53435A; }

 span { border-color: rgb(83,67,90); }

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