Html Css Color HEX #534158 Bossanova

📋 copy color: '#534158'

red 83 ◦ green 65 ◦ blue 88

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

Shades of Bossanova #534158

Tints of Bossanova #534158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 35.17%
G = 27.54%
B = 37.29%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534158 (or 0x534158) is known color: Bossanova. HEX triplet: 53, 41 and 58. RGB value is (83,65,88). Sum of RGB (Red+Green+Blue) = 83+65+88=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #534158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534158 is #ACBEA7. Grayscale: #484848. Windows color (decimal): -11321000 or 5783891. OLE color: 5783891.

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

Color convert

RGB 83 65 88 -
CMYK 0.06 0.26 0 0.65
HSL 286.96º 0.15% 0.3% -
HSV(B) 286.96º 0.26% 0.35% -
XYZ 7.22 6.32 10.07 -
YUV 73 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 83 65 88 0.06 0.26 0 0.65 286.96 0.15 0.3
Hex 53 41 58 6 1A 0 41 11F F 1E
Octal 123 101 130 6 32 0 101 437 17 36
Binary 1010011 1000001 1011000 110 11010 0 1000001 100011111 1111 11110

Color Harmonies of #534158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534158

Black with #534158

Text Example


Text Example

White with #534158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534158; }

 p { color: rgb(83,65,88); }

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

background-color css

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

 a { background-color: rgb(83,65,88); }

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

border-color css

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

 span { border-color: rgb(83,65,88); }

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