Html Css Color HEX #583B5C Bossanova

📋 copy color: '#583B5C'

red 88 ◦ green 59 ◦ blue 92

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

Shades of Bossanova #583B5C

Tints of Bossanova #583B5C

RGB

 RED value IS 88 (34.77% from 255) = 36.82%

 GREEN value IS 59 (23.44% from 255) = 24.69%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 36.82%
G = 24.69%
B = 38.49%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#583B5C (or 0x583B5C) is known color: Bossanova. HEX triplet: 58, 3B and 5C. RGB value is (88,59,92). Sum of RGB (Red+Green+Blue) = 88+59+92=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #583B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583B5C is #A7C4A3. Grayscale: #474747. Windows color (decimal): -10994852 or 6044504. OLE color: 6044504.

HSL color Cylindrical-coordinate representation of color #583B5C: hue angle of 292.73º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #583B5C is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 59 92 -
CMYK 0.04 0.36 0 0.64
HSL 292.73º 0.22% 0.3% -
HSV(B) 292.73º 0.36% 0.36% -
XYZ 7.52 5.98 10.88 -
YUV 71.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 88 59 92 0.04 0.36 0 0.64 292.73 0.22 0.3
Hex 58 3B 5C 4 24 0 40 125 16 1E
Octal 130 73 134 4 44 0 100 445 26 36
Binary 1011000 111011 1011100 100 100100 0 1000000 100100101 10110 11110

Color Harmonies of #583B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583B5C

Black with #583B5C

Text Example


Text Example

White with #583B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583B5C; }

 p { color: rgb(88,59,92); }

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

background-color css

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

 a { background-color: rgb(88,59,92); }

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

border-color css

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

 span { border-color: rgb(88,59,92); }

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