Html Css Color HEX #553B3B Van Cleef

📋 copy color: '#553B3B'

red 85 ◦ green 59 ◦ blue 59

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

Shades of Van Cleef #553B3B

Tints of Van Cleef #553B3B

RGB

 RED value IS 85 (33.59% from 255) = 41.87%

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

 BLUE value IS 59 (23.44% from 255) = 29.06%

R = 41.87%
G = 29.06%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#553B3B (or 0x553B3B) is known color: Van Cleef. HEX triplet: 55, 3B and 3B. RGB value is (85,59,59). Sum of RGB (Red+Green+Blue) = 85+59+59=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B3B is #AAC4C4. Grayscale: #424242. Windows color (decimal): -11191493 or 3881813. OLE color: 3881813.

HSL color Cylindrical-coordinate representation of color #553B3B: hue angle of 0º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #553B3B is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 59 59 -
CMYK 0 0.31 0.31 0.67
HSL 0.18% 0.28% -
HSV(B) 0.31% 0.33% -
XYZ 6.1 5.37 4.85 -
YUV 66.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 85 59 59 0 0.31 0.31 0.67 0 0.18 0.28
Hex 55 3B 3B 0 1F 1F 43 0 12 1C
Octal 125 73 73 0 37 37 103 0 22 34
Binary 1010101 111011 111011 0 11111 11111 1000011 0 10010 11100

Color Harmonies of #553B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B3B

Black with #553B3B

Text Example


Text Example

White with #553B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553B3B; }

 p { color: rgb(85,59,59); }

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

background-color css

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

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

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

border-color css

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

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

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