Html Css Color HEX #53425A Bossanova

📋 copy color: '#53425A'

red 83 ◦ green 66 ◦ blue 90

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

Shades of Bossanova #53425A

Tints of Bossanova #53425A

RGB

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

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

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

R = 34.73%
G = 27.62%
B = 37.66%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53425A (or 0x53425A) is known color: Bossanova. HEX triplet: 53, 42 and 5A. RGB value is (83,66,90). Sum of RGB (Red+Green+Blue) = 83+66+90=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #53425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53425A is #ACBDA5. Grayscale: #494949. Windows color (decimal): -11320742 or 5915219. OLE color: 5915219.

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

Color convert

RGB 83 66 90 -
CMYK 0.08 0.27 0 0.65
HSL 282.5º 0.15% 0.31% -
HSV(B) 282.5º 0.27% 0.35% -
XYZ 7.36 6.47 10.53 -
YUV 73.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 83 66 90 0.08 0.27 0 0.65 282.5 0.15 0.31
Hex 53 42 5A 8 1B 0 41 11A F 1F
Octal 123 102 132 10 33 0 101 432 17 37
Binary 1010011 1000010 1011010 1000 11011 0 1000001 100011010 1111 11111

Color Harmonies of #53425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53425A

Black with #53425A

Text Example


Text Example

White with #53425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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