#553334

Color #553334 Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #553334

Tints of Jazz #553334

Color information

#553334 (or 0x553334) is unknown color: approx Jazz. HEX triplet: 55, 33 and 34. RGB value is (85,51,52). Sum of RGB (Red+Green+Blue) = 85+51+52=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553334 is #AACCCB. Grayscale: #3D3D3D. Windows color (decimal): -11193548 or 3421013. OLE color: 3421013.

HSL color Cylindrical-coordinate representation of color #553334: hue angle of 358.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #553334 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB855152-
CMYK00.400.390.67
HSL358.24º25%26.67%-
HSV(B)358.24º40%33.33%-
XYZ5.554.553.83-
YUV61.28122.76144.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=45.21%
G=27.13%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85515200.400.390.67358.242526.67
Hex5533340282743166191b
Octal1256364050471035463133
Binary1010101110011110100010100010011110000111011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553334; }

 p { color: rgb(85,51,52); }

 H1.HeaderClassName
 {
   color: #553334;
 }
 .AnyTagClassName
 {
   color: #553334;
 }
</style>
background-color css

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

 a { background-color: rgb(85,51,52); }

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

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

 span { border-color: rgb(85,51,52); }

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