Html Css Color HEX #58383A Jazz

📋 copy color: '#58383A'

red 88 ◦ green 56 ◦ blue 58

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

Shades of Jazz #58383A

Tints of Jazz #58383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

 BLUE value IS 58 (23.05% from 255) = 28.71%

R = 43.56%
G = 27.72%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58383A (or 0x58383A) is known color: Jazz. HEX triplet: 58, 38 and 3A. RGB value is (88,56,58). Sum of RGB (Red+Green+Blue) = 88+56+58=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 58 (23.05% from 255 or 28.71% from 202); Max value from RGB is 88 - color contains mainly: red. Hex color #58383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58383A is #A7C7C5. Grayscale: #414141. Windows color (decimal): -10995654 or 3815512. OLE color: 3815512.

HSL color Cylindrical-coordinate representation of color #58383A: hue angle of 356.25º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58383A is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 56 58 -
CMYK 0 0.36 0.34 0.65
HSL 356.25º 0.22% 0.28% -
HSV(B) 356.25º 0.36% 0.35% -
XYZ 6.2 5.21 4.68 -
YUV 65.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 88 56 58 0 0.36 0.34 0.65 356.25 0.22 0.28
Hex 58 38 3A 0 24 22 41 164 16 1C
Octal 130 70 72 0 44 42 101 544 26 34
Binary 1011000 111000 111010 0 100100 100010 1000001 101100100 10110 11100

Color Harmonies of #58383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58383A

Black with #58383A

Text Example


Text Example

White with #58383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,56,58); }

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

background-color css

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

 a { background-color: rgb(88,56,58); }

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

border-color css

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

 span { border-color: rgb(88,56,58); }

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