Html Css Color HEX #5B2730 Jazz

📋 copy color: '#5B2730'

red 91 ◦ green 39 ◦ blue 48

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

Shades of Jazz #5B2730

Tints of Jazz #5B2730

RGB

 RED value IS 91 (35.94% from 255) = 51.12%

 GREEN value IS 39 (15.63% from 255) = 21.91%

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 51.12%
G = 21.91%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5B2730 (or 0x5B2730) is known color: Jazz. HEX triplet: 5B, 27 and 30. RGB value is (91,39,48). Sum of RGB (Red+Green+Blue) = 91+39+48=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2730 is #A4D8CF. Grayscale: #373737. Windows color (decimal): -10803408 or 3155803. OLE color: 3155803.

HSL color Cylindrical-coordinate representation of color #5B2730: hue angle of 349.62º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B2730 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 39 48 -
CMYK 0 0.57 0.47 0.64
HSL 349.62º 0.4% 0.25% -
HSV(B) 349.62º 0.57% 0.36% -
XYZ 5.57 3.89 3.25 -
YUV 55.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 91 39 48 0 0.57 0.47 0.64 349.62 0.4 0.25
Hex 5B 27 30 0 39 2F 40 15E 28 19
Octal 133 47 60 0 71 57 100 536 50 31
Binary 1011011 100111 110000 0 111001 101111 1000000 101011110 101000 11001

Color Harmonies of #5B2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2730

Black with #5B2730

Text Example


Text Example

White with #5B2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B2730; }

 p { color: rgb(91,39,48); }

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

background-color css

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

 a { background-color: rgb(91,39,48); }

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

border-color css

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

 span { border-color: rgb(91,39,48); }

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